|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.uci.isr.xarch.implementation.ImplementationImpl
edu.uci.isr.xarch.lookupimplementation.LookupImplementationImpl
DOM-Based implementation of the ILookupImplementation interface.
| Field Summary | |
static String |
NAME_ELT_NAME
Tag name for names in this object. |
static String |
XSD_TYPE_NAME
|
static String |
XSD_TYPE_NSURI
|
| Fields inherited from class edu.uci.isr.xarch.implementation.ImplementationImpl |
elt, xArch |
| Fields inherited from interface edu.uci.isr.xarch.lookupimplementation.ILookupImplementation |
TYPE_METADATA |
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Constructor Summary | |
LookupImplementationImpl(Element elt)
|
|
| Method Summary | |
void |
clearName()
Clear the name from this LookupImplementation. |
IXArchElement |
cloneElement(int depth)
|
XArchInstanceMetadata |
getInstanceMetadata()
Gets metadata describing the instance of this element. |
ILookupName |
getName()
Get the name from this LookupImplementation. |
protected static SequenceOrder |
getSequenceOrder()
|
XArchTypeMetadata |
getTypeMetadata()
Gets metadata describing the xsi:type of this element. |
boolean |
hasName(ILookupName value)
Determine if this LookupImplementation has the given name |
boolean |
isEquivalent(ILookupImplementation c)
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 class edu.uci.isr.xarch.implementation.ImplementationImpl |
equals, getDOMNode, getXArch, hashCode, isEquivalent, setDOMNode, setXArch |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface edu.uci.isr.xarch.implementation.IImplementation |
isEquivalent |
| Methods inherited from interface edu.uci.isr.xarch.IXArchElement |
getXArch, setXArch |
| Methods inherited from interface edu.uci.isr.xarch.DOMBased |
getDOMNode, setDOMNode |
| Field Detail |
public static final String XSD_TYPE_NSURI
public static final String XSD_TYPE_NAME
public static final String NAME_ELT_NAME
| Constructor Detail |
public LookupImplementationImpl(Element elt)
| Method Detail |
protected static SequenceOrder getSequenceOrder()
public IXArchElement cloneElement(int depth)
cloneElement in interface IXArchElementcloneElement in class ImplementationImplpublic XArchTypeMetadata getTypeMetadata()
IXArchElementxsi:type of this element.
getTypeMetadata in interface IXArchElementgetTypeMetadata in class ImplementationImplpublic XArchInstanceMetadata getInstanceMetadata()
IXArchElement
getInstanceMetadata in interface IXArchElementgetInstanceMetadata in class ImplementationImplpublic void setName(ILookupName value)
ILookupImplementation
setName in interface ILookupImplementationvalue - new namepublic void clearName()
ILookupImplementation
clearName in interface ILookupImplementationpublic ILookupName getName()
ILookupImplementation
getName in interface ILookupImplementationpublic boolean hasName(ILookupName value)
ILookupImplementation
hasName in interface ILookupImplementationvalue - name to compare
true if the names are equivalent,
false otherwisepublic boolean isEquivalent(ILookupImplementation c)
ILookupImplementation
isEquivalent in interface ILookupImplementationc - 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 | |||||||||