Methods Summary |
---|
public void | addField(PersistenceFieldElement field)Add the supplied field to the collection of fields maintained by this
holder.
|
public void | addFields(PersistenceFieldElement[] fields)Add the supplied fields to the collection of fields maintained by this
holder.
|
public boolean | containsField(PersistenceFieldElement field)Tests whether the supplied field is in the collection of fields
maintained by this holder.
|
public PersistenceFieldElement | getField(java.lang.String name)Returns the field with the supplied name from the collection of fields
maintained by this holder.
|
public PersistenceFieldElement[] | getFields()Returns the collection of fields maintained by this holder in the form
of an array.
|
public void | removeField(PersistenceFieldElement field)Remove the supplied field from the collection of fields maintained by
this holder.
|
public void | removeFields(PersistenceFieldElement[] fields)Removed the supplied fields from the collection of fields maintained
by this holder.
|
public void | setFields(PersistenceFieldElement[] fields)Sets the collection of fields maintained by this holder to the contents
of the supplied array.
|