|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DefinitionGroup
A group of children, which may be properties or property groups
Method Summary | |
---|---|
void |
addChild(ChildDefinition<?> child)
Add a declared child, this is called by the AbstractChildDefinition constructor. |
ChildDefinition<?> |
getChild(QName name)
Get the child with the given name |
Collection<? extends ChildDefinition<?>> |
getDeclaredChildren()
Get the properties and property groups declared by the type |
String |
getIdentifier()
Get the group identifier |
Method Detail |
---|
Collection<? extends ChildDefinition<?>> getDeclaredChildren()
ChildDefinition<?> getChild(QName name)
name
- the child name
null
if no child with the
given name is availablevoid addChild(ChildDefinition<?> child)
AbstractChildDefinition
constructor.
child
- the child definitionString getIdentifier()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |