|
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
LookupImplementation xsi:type in the
lookupimplementation namespace. Extends and
inherits the properties of the
Implementation 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 |
clearName()
Clear the name from this LookupImplementation. |
ILookupName |
getName()
Get the name from this LookupImplementation. |
boolean |
hasName(ILookupName nameToCheck)
Determine if this LookupImplementation has the given name |
boolean |
isEquivalent(ILookupImplementation LookupImplementationToCheck)
Determine if another LookupImplementation is equivalent to this one, ignoring ID's. |
void |
setName(ILookupName value)
Set the name for this LookupImplementation. |
| Methods inherited from interface edu.uci.isr.xarch.implementation.IImplementation |
isEquivalent |
| 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 setName(ILookupName value)
value - new namepublic void clearName()
public ILookupName getName()
public boolean hasName(ILookupName nameToCheck)
nameToCheck - name to compare
true if the names are equivalent,
false otherwisepublic boolean isEquivalent(ILookupImplementation LookupImplementationToCheck)
LookupImplementationToCheck - LookupImplementation to compare to this one.
true if all the child elements of this
LookupImplementation 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 | |||||||||