public interface DefinitionGroup
Modifier and Type | Method and Description |
---|---|
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
|
Collection<? extends ChildDefinition<?>> getDeclaredChildren()
ChildDefinition<?> getChild(QName name)
name
- the child namenull
if no child with the
given name is availablevoid addChild(ChildDefinition<?> child)
AbstractChildDefinition
constructor.child
- the child definitionString getIdentifier()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a