|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldElementHolder
| Method Summary | |
|---|---|
void |
addField(PersistenceFieldElement field)
Add the supplied field to the collection of fields maintained by this holder. |
void |
addFields(PersistenceFieldElement[] fields)
Add the supplied fields to the collection of fields maintained by this holder. |
boolean |
containsField(PersistenceFieldElement field)
Tests whether the supplied field is in the collection of fields maintained by this holder. |
PersistenceFieldElement |
getField(String name)
Returns the field with the supplied name from the collection of fields maintained by this holder. |
PersistenceFieldElement[] |
getFields()
Returns the collection of fields maintained by this holder in the form of an array. |
void |
removeField(PersistenceFieldElement field)
Remove the supplied field from the collection of fields maintained by this holder. |
void |
removeFields(PersistenceFieldElement[] fields)
Removed the supplied fields from the collection of fields maintained by this holder. |
void |
setFields(PersistenceFieldElement[] fields)
Sets the collection of fields maintained by this holder to the contents of the supplied array. |
| Method Detail |
|---|
void addField(PersistenceFieldElement field)
throws ModelException
field - the field to be added
ModelException - if impossible
void addFields(PersistenceFieldElement[] fields)
throws ModelException
fields - the array of fields to be added
ModelException - if impossible
void removeField(PersistenceFieldElement field)
throws ModelException
field - the field to be removed
ModelException - if impossible
void removeFields(PersistenceFieldElement[] fields)
throws ModelException
fields - the array of fields to be removed
ModelException - if impossiblePersistenceFieldElement[] getFields()
void setFields(PersistenceFieldElement[] fields)
throws ModelException
fields - the fields maintained by this holder
ModelException - if impossiblePersistenceFieldElement getField(String name)
name - the name to match
null if none existsboolean containsField(PersistenceFieldElement field)
field - the field to be tested
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||