|
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.pladiff.AddImpl
DOM-Based implementation of the IAdd interface.
| Field Summary | |
static String |
ADD_STRUCTURAL_ENTITY_ELT_NAME
Tag name for addStructuralEntitys in this object. |
static String |
ADD_TYPE_ENTITY_ELT_NAME
Tag name for addTypeEntitys in this object. |
protected Element |
elt
|
protected IXArch |
xArch
|
static String |
XSD_TYPE_NAME
|
static String |
XSD_TYPE_NSURI
|
| Fields inherited from interface edu.uci.isr.xarch.pladiff.IAdd |
TYPE_METADATA |
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Constructor Summary | |
AddImpl(Element elt)
|
|
| Method Summary | |
void |
clearAddStructuralEntity()
Clear the addStructuralEntity from this Add. |
void |
clearAddTypeEntity()
Clear the addTypeEntity from this Add. |
IXArchElement |
cloneElement(int depth)
|
boolean |
equals(Object o)
|
IAddStructuralEntity |
getAddStructuralEntity()
Get the addStructuralEntity from this Add. |
IAddTypeEntity |
getAddTypeEntity()
Get the addTypeEntity from this Add. |
Node |
getDOMNode()
Gets the DOM node on which this implementation is based. |
XArchInstanceMetadata |
getInstanceMetadata()
Gets metadata describing the instance of this element. |
protected static SequenceOrder |
getSequenceOrder()
|
XArchTypeMetadata |
getTypeMetadata()
Gets metadata describing the xsi:type of this element. |
IXArch |
getXArch()
|
boolean |
hasAddStructuralEntity(IAddStructuralEntity value)
Determine if this Add has the given addStructuralEntity |
boolean |
hasAddTypeEntity(IAddTypeEntity value)
Determine if this Add has the given addTypeEntity |
int |
hashCode()
|
boolean |
isEquivalent(IAdd c)
Determine if another Add is equivalent to this one, ignoring ID's. |
void |
setAddStructuralEntity(IAddStructuralEntity value)
Set the addStructuralEntity for this Add. |
void |
setAddTypeEntity(IAddTypeEntity value)
Set the addTypeEntity for this Add. |
void |
setDOMNode(Node node)
Sets the DOM node on which this implementation is based. |
void |
setXArch(IXArch xArch)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String XSD_TYPE_NSURI
public static final String XSD_TYPE_NAME
protected IXArch xArch
public static final String ADD_STRUCTURAL_ENTITY_ELT_NAME
public static final String ADD_TYPE_ENTITY_ELT_NAME
protected Element elt
| Constructor Detail |
public AddImpl(Element elt)
| Method Detail |
public Node getDOMNode()
DOMBased
getDOMNode in interface DOMBasedpublic void setDOMNode(Node node)
DOMBased
setDOMNode in interface DOMBasednode - DOM nodeprotected static SequenceOrder getSequenceOrder()
public void setXArch(IXArch xArch)
setXArch in interface IXArchElementpublic IXArch getXArch()
getXArch in interface IXArchElementpublic IXArchElement cloneElement(int depth)
cloneElement in interface IXArchElementpublic boolean equals(Object o)
public int hashCode()
public XArchTypeMetadata getTypeMetadata()
IXArchElementxsi:type of this element.
getTypeMetadata in interface IXArchElementxsi:type of this element.public XArchInstanceMetadata getInstanceMetadata()
IXArchElement
getInstanceMetadata in interface IXArchElementpublic void setAddStructuralEntity(IAddStructuralEntity value)
IAdd
setAddStructuralEntity in interface IAddvalue - new addStructuralEntitypublic void clearAddStructuralEntity()
IAdd
clearAddStructuralEntity in interface IAddpublic IAddStructuralEntity getAddStructuralEntity()
IAdd
getAddStructuralEntity in interface IAddpublic boolean hasAddStructuralEntity(IAddStructuralEntity value)
IAdd
hasAddStructuralEntity in interface IAddvalue - addStructuralEntity to compare
true if the addStructuralEntitys are equivalent,
false otherwisepublic void setAddTypeEntity(IAddTypeEntity value)
IAdd
setAddTypeEntity in interface IAddvalue - new addTypeEntitypublic void clearAddTypeEntity()
IAdd
clearAddTypeEntity in interface IAddpublic IAddTypeEntity getAddTypeEntity()
IAdd
getAddTypeEntity in interface IAddpublic boolean hasAddTypeEntity(IAddTypeEntity value)
IAdd
hasAddTypeEntity in interface IAddvalue - addTypeEntity to compare
true if the addTypeEntitys are equivalent,
false otherwisepublic boolean isEquivalent(IAdd c)
IAdd
isEquivalent in interface IAddc - Add to compare to this one.
true if all the child elements of this
Add 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 | |||||||||