public static interface FieldGroupElement.Impl extends PersistenceMemberElement.Impl
ADD, REMOVE, SET| Modifier and Type | Method and Description |
|---|---|
void |
changeFields(PersistenceFieldElement[] fields,
int action)
Change the set of fields.
|
PersistenceFieldElement |
getField(String name)
Find a field by name.
|
PersistenceFieldElement[] |
getFields()
Get all fields.
|
addPropertyChangeListener, addVetoableChangeListener, attachToElement, getName, removePropertyChangeListener, removeVetoableChangeListener, setNamevoid changeFields(PersistenceFieldElement[] fields, int action) throws ModelException
fields - the new fieldsaction - PersistenceElement.Impl.ADD, PersistenceElement.Impl.REMOVE, or PersistenceElement.Impl.SETModelException - if impossiblePersistenceFieldElement[] getFields()
PersistenceFieldElement getField(String name)
name - the name to matchnull if it does not existCopyright © 2015. All rights reserved.