DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.vocab
Class FieldInfoReader.OtherPractice

java.lang.Object
  extended by 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 Summary
 String header
          Description of the Field
 
Constructor Summary
FieldInfoReader.OtherPractice(String header, List practices)
          Constructor for the OtherPractice object
 
Method Summary
 String getHeader()
          Gets the header attribute of the OtherPractice object
 List getPractices()
          Gets the practices attribute of the OtherPractice object
 String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

header

public String header
Description of the Field

Constructor Detail

FieldInfoReader.OtherPractice

public FieldInfoReader.OtherPractice(String header,
                                     List practices)
Constructor for the OtherPractice object

Parameters:
header - Header for this set of otherPractices
practices - List of formattedPractices
Method Detail

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

DLESE Tools
v1.6.0