|
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.RemoveImpl
DOM-Based implementation of the IRemove interface.
| Field Summary | |
protected Element |
elt
|
static String |
REMOVE_STRUCTURAL_ENTITY_ELT_NAME
Tag name for removeStructuralEntitys in this object. |
static String |
REMOVE_TYPE_ENTITY_ELT_NAME
Tag name for removeTypeEntitys in this object. |
protected IXArch |
xArch
|
static String |
XSD_TYPE_NAME
|
static String |
XSD_TYPE_NSURI
|
| Fields inherited from interface edu.uci.isr.xarch.pladiff.IRemove |
TYPE_METADATA |
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Constructor Summary | |
RemoveImpl(Element elt)
|
|
| Method Summary | |
void |
clearRemoveStructuralEntity()
Clear the removeStructuralEntity from this Remove. |
void |
clearRemoveTypeEntity()
Clear the removeTypeEntity from this Remove. |
IXArchElement |
cloneElement(int depth)
|
boolean |
equals(Object o)
|
Node |
getDOMNode()
Gets the DOM node on which this implementation is based. |
XArchInstanceMetadata |
getInstanceMetadata()
Gets metadata describing the instance of this element. |
IRemoveStructuralEntity |
getRemoveStructuralEntity()
Get the removeStructuralEntity from this Remove. |
IRemoveTypeEntity |
getRemoveTypeEntity()
Get the removeTypeEntity from this Remove. |
protected static SequenceOrder |
getSequenceOrder()
|
XArchTypeMetadata |
getTypeMetadata()
Gets metadata describing the xsi:type of this element. |
IXArch |
getXArch()
|
int |
hashCode()
|
boolean |
hasRemoveStructuralEntity(IRemoveStructuralEntity value)
Determine if this Remove has the given removeStructuralEntity |
boolean |
hasRemoveTypeEntity(IRemoveTypeEntity value)
Determine if this Remove has the given removeTypeEntity |
boolean |
isEquivalent(IRemove c)
Determine if another Remove is equivalent to this one, ignoring ID's. |
void |
setDOMNode(Node node)
Sets the DOM node on which this implementation is based. |
void |
setRemoveStructuralEntity(IRemoveStructuralEntity value)
Set the removeStructuralEntity for this Remove. |
void |
setRemoveTypeEntity(IRemoveTypeEntity value)
Set the removeTypeEntity for this Remove. |
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 REMOVE_STRUCTURAL_ENTITY_ELT_NAME
public static final String REMOVE_TYPE_ENTITY_ELT_NAME
protected Element elt
| Constructor Detail |
public RemoveImpl(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 setRemoveStructuralEntity(IRemoveStructuralEntity value)
IRemove
setRemoveStructuralEntity in interface IRemovevalue - new removeStructuralEntitypublic void clearRemoveStructuralEntity()
IRemove
clearRemoveStructuralEntity in interface IRemovepublic IRemoveStructuralEntity getRemoveStructuralEntity()
IRemove
getRemoveStructuralEntity in interface IRemovepublic boolean hasRemoveStructuralEntity(IRemoveStructuralEntity value)
IRemove
hasRemoveStructuralEntity in interface IRemovevalue - removeStructuralEntity to compare
true if the removeStructuralEntitys are equivalent,
false otherwisepublic void setRemoveTypeEntity(IRemoveTypeEntity value)
IRemove
setRemoveTypeEntity in interface IRemovevalue - new removeTypeEntitypublic void clearRemoveTypeEntity()
IRemove
clearRemoveTypeEntity in interface IRemovepublic IRemoveTypeEntity getRemoveTypeEntity()
IRemove
getRemoveTypeEntity in interface IRemovepublic boolean hasRemoveTypeEntity(IRemoveTypeEntity value)
IRemove
hasRemoveTypeEntity in interface IRemovevalue - removeTypeEntity to compare
true if the removeTypeEntitys are equivalent,
false otherwisepublic boolean isEquivalent(IRemove c)
IRemove
isEquivalent in interface IRemovec - Remove to compare to this one.
true if all the child elements of this
Remove 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 | |||||||||