public class FieldInfoReader.OtherPractice
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
header
Description of the Field
|
| Constructor and Description |
|---|
OtherPractice(java.lang.String header,
java.util.List practices)
Constructor for the OtherPractice object
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHeader()
Gets the header attribute of the OtherPractice object
|
java.util.List |
getPractices()
Gets the practices attribute of the OtherPractice object
|
java.lang.String |
toString()
Description of the Method
|
public OtherPractice(java.lang.String header,
java.util.List practices)
header - Header for this set of otherPracticespractices - List of formattedPracticespublic java.lang.String getHeader()
public java.util.List getPractices()
public java.lang.String toString()
toString in class java.lang.Object