|
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
SignatureInterfaceMapping xsi:type in the
types 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 |
clearDescription()
Clear the description from this SignatureInterfaceMapping. |
void |
clearId()
Remove the id attribute from this SignatureInterfaceMapping. |
void |
clearInnerInterface()
Clear the innerInterface from this SignatureInterfaceMapping. |
void |
clearOuterSignature()
Clear the outerSignature from this SignatureInterfaceMapping. |
IDescription |
getDescription()
Get the description from this SignatureInterfaceMapping. |
String |
getId()
Get the id attribute from this SignatureInterfaceMapping. |
IXMLLink |
getInnerInterface()
Get the innerInterface from this SignatureInterfaceMapping. |
IXMLLink |
getOuterSignature()
Get the outerSignature from this SignatureInterfaceMapping. |
boolean |
hasDescription(IDescription descriptionToCheck)
Determine if this SignatureInterfaceMapping has the given description |
boolean |
hasId(String id)
Determine if the id attribute on this SignatureInterfaceMapping has the given value. |
boolean |
hasInnerInterface(IXMLLink innerInterfaceToCheck)
Determine if this SignatureInterfaceMapping has the given innerInterface |
boolean |
hasOuterSignature(IXMLLink outerSignatureToCheck)
Determine if this SignatureInterfaceMapping has the given outerSignature |
boolean |
isEqual(ISignatureInterfaceMapping SignatureInterfaceMappingToCheck)
Determine if another SignatureInterfaceMapping has the same id as this one. |
boolean |
isEquivalent(ISignatureInterfaceMapping SignatureInterfaceMappingToCheck)
Determine if another SignatureInterfaceMapping is equivalent to this one, ignoring ID's. |
void |
setDescription(IDescription value)
Set the description for this SignatureInterfaceMapping. |
void |
setId(String id)
Set the id attribute on this SignatureInterfaceMapping. |
void |
setInnerInterface(IXMLLink value)
Set the innerInterface for this SignatureInterfaceMapping. |
void |
setOuterSignature(IXMLLink value)
Set the outerSignature for this SignatureInterfaceMapping. |
| 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 setId(String id)
id - id
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearId()
public String getId()
public boolean hasId(String id)
id - Attribute value to compare
true if they match; false
otherwise.public void setDescription(IDescription value)
value - new descriptionpublic void clearDescription()
public IDescription getDescription()
public boolean hasDescription(IDescription descriptionToCheck)
descriptionToCheck - description to compare
true if the descriptions are equivalent,
false otherwisepublic void setOuterSignature(IXMLLink value)
value - new outerSignaturepublic void clearOuterSignature()
public IXMLLink getOuterSignature()
public boolean hasOuterSignature(IXMLLink outerSignatureToCheck)
outerSignatureToCheck - outerSignature to compare
true if the outerSignatures are equivalent,
false otherwisepublic void setInnerInterface(IXMLLink value)
value - new innerInterfacepublic void clearInnerInterface()
public IXMLLink getInnerInterface()
public boolean hasInnerInterface(IXMLLink innerInterfaceToCheck)
innerInterfaceToCheck - innerInterface to compare
true if the innerInterfaces are equivalent,
false otherwisepublic boolean isEqual(ISignatureInterfaceMapping SignatureInterfaceMappingToCheck)
SignatureInterfaceMappingToCheck - SignatureInterfaceMapping to compare with this
one.public boolean isEquivalent(ISignatureInterfaceMapping SignatureInterfaceMappingToCheck)
SignatureInterfaceMappingToCheck - SignatureInterfaceMapping to compare to this one.
true if all the child elements of this
SignatureInterfaceMapping 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 | |||||||||