|
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.types.SignatureInterfaceMappingImpl
DOM-Based implementation of the ISignatureInterfaceMapping interface.
| Field Summary | |
static String |
DESCRIPTION_ELT_NAME
Tag name for descriptions in this object. |
protected Element |
elt
|
static String |
ID_ATTR_NAME
Tag name for ids in this object. |
static String |
INNER_INTERFACE_ELT_NAME
Tag name for innerInterfaces in this object. |
static String |
OUTER_SIGNATURE_ELT_NAME
Tag name for outerSignatures in this object. |
protected IXArch |
xArch
|
static String |
XSD_TYPE_NAME
|
static String |
XSD_TYPE_NSURI
|
| Fields inherited from interface edu.uci.isr.xarch.types.ISignatureInterfaceMapping |
TYPE_METADATA |
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Constructor Summary | |
SignatureInterfaceMappingImpl(Element elt)
|
|
| Method Summary | |
void |
clearDescription()
Clear the description from this SignatureInterfaceMapping. |
void |
clearId()
Removes the id attribute from this object. |
void |
clearInnerInterface()
Clear the innerInterface from this SignatureInterfaceMapping. |
void |
clearOuterSignature()
Clear the outerSignature from this SignatureInterfaceMapping. |
IXArchElement |
cloneElement(int depth)
|
boolean |
equals(Object o)
|
IDescription |
getDescription()
Get the description from this SignatureInterfaceMapping. |
Node |
getDOMNode()
Gets the DOM node on which this implementation is based. |
String |
getId()
Gets the value of the id attribute on this object. |
IXMLLink |
getInnerInterface()
Get the innerInterface from this SignatureInterfaceMapping. |
XArchInstanceMetadata |
getInstanceMetadata()
Gets metadata describing the instance of this element. |
IXMLLink |
getOuterSignature()
Get the outerSignature from this SignatureInterfaceMapping. |
protected static SequenceOrder |
getSequenceOrder()
|
XArchTypeMetadata |
getTypeMetadata()
Gets metadata describing the xsi:type of this element. |
IXArch |
getXArch()
|
boolean |
hasDescription(IDescription value)
Determine if this SignatureInterfaceMapping has the given description |
int |
hashCode()
|
boolean |
hasId(String id)
Determines if this object's id attribute has the given value. |
boolean |
hasInnerInterface(IXMLLink value)
Determine if this SignatureInterfaceMapping has the given innerInterface |
boolean |
hasOuterSignature(IXMLLink value)
Determine if this SignatureInterfaceMapping has the given outerSignature |
boolean |
isEqual(ISignatureInterfaceMapping SignatureInterfaceMappingToCheck)
Determine if another SignatureInterfaceMapping has the same id as this one. |
boolean |
isEquivalent(ISignatureInterfaceMapping c)
Determine if another SignatureInterfaceMapping is equivalent to this one, ignoring ID's. |
void |
setDescription(IDescription value)
Set the description for this SignatureInterfaceMapping. |
void |
setDOMNode(Node node)
Sets the DOM node on which this implementation is based. |
void |
setId(String id)
Set the id attribute on this object. |
void |
setInnerInterface(IXMLLink value)
Set the innerInterface for this SignatureInterfaceMapping. |
void |
setOuterSignature(IXMLLink value)
Set the outerSignature for this SignatureInterfaceMapping. |
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 ID_ATTR_NAME
public static final String DESCRIPTION_ELT_NAME
public static final String OUTER_SIGNATURE_ELT_NAME
public static final String INNER_INTERFACE_ELT_NAME
protected Element elt
| Constructor Detail |
public SignatureInterfaceMappingImpl(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 setId(String id)
setId in interface ISignatureInterfaceMappingid - attribute value.public void clearId()
clearId in interface ISignatureInterfaceMappingpublic String getId()
getId in interface ISignatureInterfaceMappingnull if that
attribute is not set.public boolean hasId(String id)
hasId in interface ISignatureInterfaceMappingid - value to test.
true if the values match, false otherwise.
Matching is done by string-matching.public void setDescription(IDescription value)
ISignatureInterfaceMapping
setDescription in interface ISignatureInterfaceMappingvalue - new descriptionpublic void clearDescription()
ISignatureInterfaceMapping
clearDescription in interface ISignatureInterfaceMappingpublic IDescription getDescription()
ISignatureInterfaceMapping
getDescription in interface ISignatureInterfaceMappingpublic boolean hasDescription(IDescription value)
ISignatureInterfaceMapping
hasDescription in interface ISignatureInterfaceMappingvalue - description to compare
true if the descriptions are equivalent,
false otherwisepublic void setOuterSignature(IXMLLink value)
ISignatureInterfaceMapping
setOuterSignature in interface ISignatureInterfaceMappingvalue - new outerSignaturepublic void clearOuterSignature()
ISignatureInterfaceMapping
clearOuterSignature in interface ISignatureInterfaceMappingpublic IXMLLink getOuterSignature()
ISignatureInterfaceMapping
getOuterSignature in interface ISignatureInterfaceMappingpublic boolean hasOuterSignature(IXMLLink value)
ISignatureInterfaceMapping
hasOuterSignature in interface ISignatureInterfaceMappingvalue - outerSignature to compare
true if the outerSignatures are equivalent,
false otherwisepublic void setInnerInterface(IXMLLink value)
ISignatureInterfaceMapping
setInnerInterface in interface ISignatureInterfaceMappingvalue - new innerInterfacepublic void clearInnerInterface()
ISignatureInterfaceMapping
clearInnerInterface in interface ISignatureInterfaceMappingpublic IXMLLink getInnerInterface()
ISignatureInterfaceMapping
getInnerInterface in interface ISignatureInterfaceMappingpublic boolean hasInnerInterface(IXMLLink value)
ISignatureInterfaceMapping
hasInnerInterface in interface ISignatureInterfaceMappingvalue - innerInterface to compare
true if the innerInterfaces are equivalent,
false otherwisepublic boolean isEqual(ISignatureInterfaceMapping SignatureInterfaceMappingToCheck)
ISignatureInterfaceMapping
isEqual in interface ISignatureInterfaceMappingSignatureInterfaceMappingToCheck - SignatureInterfaceMapping to compare with this
one.public boolean isEquivalent(ISignatureInterfaceMapping c)
ISignatureInterfaceMapping
isEquivalent in interface ISignatureInterfaceMappingc - SignatureInterfaceMapping to compare to this one.
true if all the child elements of this
SignatureInterfaceMapping 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 | |||||||||