|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xins.common.spec.ComboSpec
org.xins.common.spec.AttributeComboSpec
Specification of a attribute combo.
| Method Summary | |
Map |
getAttributes()
Gets the attributes defined in the attribute 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 getAttributes()
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 | ||||||||||