|
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
OptionalSignature xsi:type in the
options namespace. Extends and
inherits the properties of the
Signature xsi:type.
| Field Summary | |
static XArchTypeMetadata |
TYPE_METADATA
|
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Method Summary | |
void |
clearOptional()
Clear the optional from this OptionalSignature. |
IOptional |
getOptional()
Get the optional from this OptionalSignature. |
boolean |
hasOptional(IOptional optionalToCheck)
Determine if this OptionalSignature has the given optional |
boolean |
isEquivalent(IOptionalSignature OptionalSignatureToCheck)
Determine if another OptionalSignature is equivalent to this one, ignoring ID's. |
void |
setOptional(IOptional value)
Set the optional for this OptionalSignature. |
| Methods inherited from interface edu.uci.isr.xarch.types.ISignature |
clearDescription, clearDirection, clearId, clearType, getDescription, getDirection, getId, getType, hasDescription, hasDirection, hasId, hasType, isEqual, isEquivalent, setDescription, setDirection, setId, setType |
| 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 setOptional(IOptional value)
value - new optionalpublic void clearOptional()
public IOptional getOptional()
public boolean hasOptional(IOptional optionalToCheck)
optionalToCheck - optional to compare
true if the optionals are equivalent,
false otherwisepublic boolean isEquivalent(IOptionalSignature OptionalSignatureToCheck)
OptionalSignatureToCheck - OptionalSignature to compare to this one.
true if all the child elements of this
OptionalSignature 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 | |||||||||