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, addRecord
collection, getter, lazy, maxOccurs, minOccurs, occurs, occurs, setter, type, xmlName, xmlNamespace, xmlPrefix, xmlType
protected GroupConfig config
public GroupBuilder(String name)
protected GroupBuilder me()
PropertyBuilderSupport
me
in class PropertyBuilderSupport<GroupBuilder>
protected GroupConfig getConfig()
PropertyBuilderSupport
getConfig
in class GroupBuilderSupport<GroupBuilder>
public GroupBuilder order(int order)
order
- the orderpublic GroupConfig build()