|
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
Interface 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 Interface. |
void |
clearDirection()
Clear the direction from this Interface. |
void |
clearId()
Remove the id attribute from this Interface. |
void |
clearSignature()
Clear the signature from this Interface. |
void |
clearType()
Clear the type from this Interface. |
IDescription |
getDescription()
Get the description from this Interface. |
IDirection |
getDirection()
Get the direction from this Interface. |
String |
getId()
Get the id attribute from this Interface. |
IXMLLink |
getSignature()
Get the signature from this Interface. |
IXMLLink |
getType()
Get the type from this Interface. |
boolean |
hasDescription(IDescription descriptionToCheck)
Determine if this Interface has the given description |
boolean |
hasDirection(IDirection directionToCheck)
Determine if this Interface has the given direction |
boolean |
hasId(String id)
Determine if the id attribute on this Interface has the given value. |
boolean |
hasSignature(IXMLLink signatureToCheck)
Determine if this Interface has the given signature |
boolean |
hasType(IXMLLink typeToCheck)
Determine if this Interface has the given type |
boolean |
isEqual(IInterface InterfaceToCheck)
Determine if another Interface has the same id as this one. |
boolean |
isEquivalent(IInterface InterfaceToCheck)
Determine if another Interface is equivalent to this one, ignoring ID's. |
void |
setDescription(IDescription value)
Set the description for this Interface. |
void |
setDirection(IDirection value)
Set the direction for this Interface. |
void |
setId(String id)
Set the id attribute on this Interface. |
void |
setSignature(IXMLLink value)
Set the signature for this Interface. |
void |
setType(IXMLLink value)
Set the type for this Interface. |
| 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 setDirection(IDirection value)
value - new directionpublic void clearDirection()
public IDirection getDirection()
public boolean hasDirection(IDirection directionToCheck)
directionToCheck - direction to compare
true if the directions are equivalent,
false otherwisepublic void setType(IXMLLink value)
value - new typepublic void clearType()
public IXMLLink getType()
public boolean hasType(IXMLLink typeToCheck)
typeToCheck - type to compare
true if the types are equivalent,
false otherwisepublic void setSignature(IXMLLink value)
value - new signaturepublic void clearSignature()
public IXMLLink getSignature()
public boolean hasSignature(IXMLLink signatureToCheck)
signatureToCheck - signature to compare
true if the signatures are equivalent,
false otherwisepublic boolean isEqual(IInterface InterfaceToCheck)
InterfaceToCheck - Interface to compare with this
one.public boolean isEquivalent(IInterface InterfaceToCheck)
InterfaceToCheck - Interface to compare to this one.
true if all the child elements of this
Interface 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 | |||||||||