public final class ParamComboSpec extends Object
Modifier and Type | Method and Description |
---|---|
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.
|
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
.See http://www.xins.org/.