Package org.dlese.dpc.schemedit.vocab
Class FieldInfoReader.OtherPractice
java.lang.Object
org.dlese.dpc.schemedit.vocab.FieldInfoReader.OtherPractice
- Enclosing class:
FieldInfoReader
Other practices have a header and a list of "practices".
- Author:
- ostwald
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOtherPractice(String header, List practices) Constructor for the OtherPractice object -
Method Summary
-
Field Details
-
header
Description of the Field
-
-
Constructor Details
-
OtherPractice
Constructor for the OtherPractice object- Parameters:
header- Header for this set of otherPracticespractices- List of formattedPractices
-
-
Method Details
-
getHeader
Gets the header attribute of the OtherPractice object- Returns:
- The header value
-
getPractices
Gets the practices attribute of the OtherPractice object- Returns:
- The practices value
-
toString
Description of the Method
-