|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for accessing objects of the
Optional xsi:type in the
options namespace.
| Field Summary | |
static XArchTypeMetadata |
TYPE_METADATA
|
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Method Summary | |
void |
clearGuard()
Clear the guard from this Optional. |
IGuard |
getGuard()
Get the guard from this Optional. |
boolean |
hasGuard(IGuard guardToCheck)
Determine if this Optional has the given guard |
boolean |
isEquivalent(IOptional OptionalToCheck)
Determine if another Optional is equivalent to this one, ignoring ID's. |
void |
setGuard(IGuard value)
Set the guard for this Optional. |
| Methods inherited from interface edu.uci.isr.xarch.IXArchElement |
cloneElement, getInstanceMetadata, getTypeMetadata, getXArch, setXArch |
| Field Detail |
public static final XArchTypeMetadata TYPE_METADATA
| Method Detail |
public void setGuard(IGuard value)
value - new guardpublic void clearGuard()
public IGuard getGuard()
public boolean hasGuard(IGuard guardToCheck)
guardToCheck - guard to compare
true if the guards are equivalent,
false otherwisepublic boolean isEquivalent(IOptional OptionalToCheck)
OptionalToCheck - Optional to compare to this one.
true if all the child elements of this
Optional are equivalent, false otherwise.
|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||