public class GroupBuilder extends GroupBuilderSupport<GroupBuilder>
| Modifier and Type | Field and Description |
|---|---|
protected GroupConfig |
config |
| Constructor and Description |
|---|
GroupBuilder(String name) |
| Modifier and Type | Method and Description |
|---|---|
GroupConfig |
build()
Builds the group configuration.
|
protected GroupConfig |
getConfig()
Returns the configuration settings.
|
protected GroupBuilder |
me()
Returns this.
|
GroupBuilder |
order(int order)
Sets the order of this group relative to other children
of the same parent.
|
addGroup, addGroup, addRecord, addRecordcollection, getter, lazy, maxOccurs, minOccurs, occurs, occurs, setter, type, xmlName, xmlNamespace, xmlPrefix, xmlTypeprotected GroupConfig config
public GroupBuilder(String name)
protected GroupBuilder me()
PropertyBuilderSupportme in class PropertyBuilderSupport<GroupBuilder>protected GroupConfig getConfig()
PropertyBuilderSupportgetConfig in class GroupBuilderSupport<GroupBuilder>public GroupBuilder order(int order)
order - the orderpublic GroupConfig build()