|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xins.common.spec.ComboSpec org.xins.common.spec.ParamComboSpec
Specification of a param combo.
Method Summary | |
Map |
getParameters()
Gets the parameters defined in the param combo. |
protected Map |
getReferences()
Gets the parameters or attributes defined in the combo. |
boolean |
isAllOrNone()
Returns whether the combo is a all-or-none type. |
boolean |
isExclusiveOr()
Returns whether the combo is a exclusive-or type. |
boolean |
isInclusiveOr()
Returns whether the combo is a inclusive-or type. |
boolean |
isNotAll()
Returns whether the combo is a not-all type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Map getParameters()
ParameterSpec
object.
null
.public boolean isAllOrNone()
true
if the type is all-or-none, false
otherwise.public boolean isNotAll()
true
if the type is not-all, false
otherwise.public boolean isExclusiveOr()
true
if the type is exclusive-or, false
otherwise.public boolean isInclusiveOr()
true
if the type is inclusive-or, false
otherwise.protected Map getReferences()
ParameterSpec
object.
null
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |