|
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.RemoveSignatureInterfaceMappingImpl
DOM-Based implementation of the IRemoveSignatureInterfaceMapping interface.
| Field Summary | |
protected Element |
elt
|
static String |
INNER_INTERFACE_DESCRIPTION_ELT_NAME
Tag name for innerInterfaceDescriptions in this object. |
static String |
OUTER_SIGNATURE_DESCRIPTION_ELT_NAME
Tag name for outerSignatureDescriptions 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.IRemoveSignatureInterfaceMapping |
TYPE_METADATA |
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Constructor Summary | |
RemoveSignatureInterfaceMappingImpl(Element elt)
|
|
| Method Summary | |
void |
clearInnerInterfaceDescription()
Clear the innerInterfaceDescription from this RemoveSignatureInterfaceMapping. |
void |
clearOuterSignatureDescription()
Clear the outerSignatureDescription from this RemoveSignatureInterfaceMapping. |
IXArchElement |
cloneElement(int depth)
|
boolean |
equals(Object o)
|
Node |
getDOMNode()
Gets the DOM node on which this implementation is based. |
IDescription |
getInnerInterfaceDescription()
Get the innerInterfaceDescription from this RemoveSignatureInterfaceMapping. |
XArchInstanceMetadata |
getInstanceMetadata()
Gets metadata describing the instance of this element. |
IDescription |
getOuterSignatureDescription()
Get the outerSignatureDescription from this RemoveSignatureInterfaceMapping. |
protected static SequenceOrder |
getSequenceOrder()
|
XArchTypeMetadata |
getTypeMetadata()
Gets metadata describing the xsi:type of this element. |
IXArch |
getXArch()
|
int |
hashCode()
|
boolean |
hasInnerInterfaceDescription(IDescription value)
Determine if this RemoveSignatureInterfaceMapping has the given innerInterfaceDescription |
boolean |
hasOuterSignatureDescription(IDescription value)
Determine if this RemoveSignatureInterfaceMapping has the given outerSignatureDescription |
boolean |
isEquivalent(IRemoveSignatureInterfaceMapping c)
Determine if another RemoveSignatureInterfaceMapping is equivalent to this one, ignoring ID's. |
void |
setDOMNode(Node node)
Sets the DOM node on which this implementation is based. |
void |
setInnerInterfaceDescription(IDescription value)
Set the innerInterfaceDescription for this RemoveSignatureInterfaceMapping. |
void |
setOuterSignatureDescription(IDescription value)
Set the outerSignatureDescription for this RemoveSignatureInterfaceMapping. |
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 OUTER_SIGNATURE_DESCRIPTION_ELT_NAME
public static final String INNER_INTERFACE_DESCRIPTION_ELT_NAME
protected Element elt
| Constructor Detail |
public RemoveSignatureInterfaceMappingImpl(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 setOuterSignatureDescription(IDescription value)
IRemoveSignatureInterfaceMapping
setOuterSignatureDescription in interface IRemoveSignatureInterfaceMappingvalue - new outerSignatureDescriptionpublic void clearOuterSignatureDescription()
IRemoveSignatureInterfaceMapping
clearOuterSignatureDescription in interface IRemoveSignatureInterfaceMappingpublic IDescription getOuterSignatureDescription()
IRemoveSignatureInterfaceMapping
getOuterSignatureDescription in interface IRemoveSignatureInterfaceMappingpublic boolean hasOuterSignatureDescription(IDescription value)
IRemoveSignatureInterfaceMapping
hasOuterSignatureDescription in interface IRemoveSignatureInterfaceMappingvalue - outerSignatureDescription to compare
true if the outerSignatureDescriptions are equivalent,
false otherwisepublic void setInnerInterfaceDescription(IDescription value)
IRemoveSignatureInterfaceMapping
setInnerInterfaceDescription in interface IRemoveSignatureInterfaceMappingvalue - new innerInterfaceDescriptionpublic void clearInnerInterfaceDescription()
IRemoveSignatureInterfaceMapping
clearInnerInterfaceDescription in interface IRemoveSignatureInterfaceMappingpublic IDescription getInnerInterfaceDescription()
IRemoveSignatureInterfaceMapping
getInnerInterfaceDescription in interface IRemoveSignatureInterfaceMappingpublic boolean hasInnerInterfaceDescription(IDescription value)
IRemoveSignatureInterfaceMapping
hasInnerInterfaceDescription in interface IRemoveSignatureInterfaceMappingvalue - innerInterfaceDescription to compare
true if the innerInterfaceDescriptions are equivalent,
false otherwisepublic boolean isEquivalent(IRemoveSignatureInterfaceMapping c)
IRemoveSignatureInterfaceMapping
isEquivalent in interface IRemoveSignatureInterfaceMappingc - RemoveSignatureInterfaceMapping to compare to this one.
true if all the child elements of this
RemoveSignatureInterfaceMapping 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 | |||||||||