public interface DocumentIF
Modifier and Type | Method and Description |
---|---|
void |
addField(FieldIF field)
INTERNAL: Adds the given field to the document.
|
FieldIF |
getField(String name)
INTERNAL: Returns the field with the specified name.
|
Collection<FieldIF> |
getFields()
INTERNAL: Returns all the fields of this document.
|
void |
removeField(FieldIF field)
INTERNAL: Removes the given field from the document.
|
Collection<FieldIF> getFields()
void addField(FieldIF field)
void removeField(FieldIF field)