|
BeanIO 2.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectorConfig
This interface is implemented by configuration components used to select
a record for marshalling or unmarshalling, namely RecordConfig
and
GroupConfig
components.
Method Summary | |
---|---|
char |
getComponentType()
Returns the component type of this selector. |
Integer |
getMaxOccurs()
Returns the maximum occurrences of this component. |
Integer |
getMinOccurs()
Returns the minimum occurrences of this component. |
String |
getName()
Returns the name of this component. |
Integer |
getOrder()
Returns the order of this component within the context of its parent group. |
void |
setOrder(Integer order)
Sets the order of this component within the context of its parent group. |
Method Detail |
---|
char getComponentType()
ComponentConfig.RECORD
or ComponentConfig.GROUP
String getName()
Integer getMinOccurs()
Integer getMaxOccurs()
Integer getOrder()
void setOrder(Integer order)
order
- the component order (starting at 1)
|
BeanIO 2.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |