Class FieldInfoReader.OtherPractice

java.lang.Object
org.dlese.dpc.schemedit.vocab.FieldInfoReader.OtherPractice
Enclosing class:
FieldInfoReader

public class FieldInfoReader.OtherPractice extends Object
Other practices have a header and a list of "practices".
Author:
ostwald
  • Field Details

  • Constructor Details

    • OtherPractice

      public OtherPractice(String header, List practices)
      Constructor for the OtherPractice object
      Parameters:
      header - Header for this set of otherPractices
      practices - List of formattedPractices
  • Method Details

    • getHeader

      public String getHeader()
      Gets the header attribute of the OtherPractice object
      Returns:
      The header value
    • getPractices

      public List getPractices()
      Gets the practices attribute of the OtherPractice object
      Returns:
      The practices value
    • toString

      public String toString()
      Description of the Method
      Overrides:
      toString in class Object
      Returns:
      Description of the Return Value