|
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
AddInterface xsi:type in the
pladiff 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 |
clearElementDescription()
Clear the elementDescription from this AddInterface. |
void |
clearInterface()
Clear the interface from this AddInterface. |
IDescription |
getElementDescription()
Get the elementDescription from this AddInterface. |
IInterface |
getInterface()
Get the interface from this AddInterface. |
boolean |
hasElementDescription(IDescription elementDescriptionToCheck)
Determine if this AddInterface has the given elementDescription |
boolean |
hasInterface(IInterface interfaceToCheck)
Determine if this AddInterface has the given interface |
boolean |
isEquivalent(IAddInterface AddInterfaceToCheck)
Determine if another AddInterface is equivalent to this one, ignoring ID's. |
void |
setElementDescription(IDescription value)
Set the elementDescription for this AddInterface. |
void |
setInterface(IInterface value)
Set the interface for this AddInterface. |
| 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 setElementDescription(IDescription value)
value - new elementDescriptionpublic void clearElementDescription()
public IDescription getElementDescription()
public boolean hasElementDescription(IDescription elementDescriptionToCheck)
elementDescriptionToCheck - elementDescription to compare
true if the elementDescriptions are equivalent,
false otherwisepublic void setInterface(IInterface value)
value - new interfacepublic void clearInterface()
public IInterface getInterface()
public boolean hasInterface(IInterface interfaceToCheck)
interfaceToCheck - interface to compare
true if the interfaces are equivalent,
false otherwisepublic boolean isEquivalent(IAddInterface AddInterfaceToCheck)
AddInterfaceToCheck - AddInterface to compare to this one.
true if all the child elements of this
AddInterface 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 | |||||||||