Class ConfigGroup
java.lang.Object
org.apache.uima.taeconfigurator.model.ConfigGroup
Instances of this class model the 3 varients of configuration parameter sets.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe Constant COMMON.static final intThe Constant NAMED_GROUP.static final intThe Constant NOT_IN_ANY_GROUP.
- 
Constructor SummaryConstructorsConstructorDescriptionConfigGroup(ConfigurationParameterDeclarations aCpd, int aKind) Instantiates a new config group.ConfigGroup(ConfigurationParameterDeclarations aCpd, ConfigurationGroup aNamedCg) Instantiates a new config group.
- 
Method Summary
- 
Field Details- 
NOT_IN_ANY_GROUPpublic static final int NOT_IN_ANY_GROUPThe Constant NOT_IN_ANY_GROUP.- See Also:
 
- 
COMMONpublic static final int COMMONThe Constant COMMON.- See Also:
 
- 
NAMED_GROUPpublic static final int NAMED_GROUPThe Constant NAMED_GROUP.- See Also:
 
 
- 
- 
Constructor Details- 
ConfigGroupInstantiates a new config group.- Parameters:
- aCpd- the a cpd
- aKind- the a kind
 
- 
ConfigGroupInstantiates a new config group.- Parameters:
- aCpd- the a cpd
- aNamedCg- the a named cg
 
 
- 
- 
Method Details- 
getConfigParmsGets the config parms.- Returns:
- the config parms
 
- 
getNameGets the name.- Returns:
- the name
 
- 
getNameArrayGets the name array.- Returns:
- the name array
 
- 
setNameArraySets the name array.- Parameters:
- names- the new name array
 
- 
getKindpublic int getKind()Gets the kind.- Returns:
- the kind
 
- 
getCPDGets the cpd.- Returns:
- the cpd
 
 
-