|
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.menage.PositionImpl
DOM-Based implementation of the IPosition interface.
| Field Summary | |
protected Element |
elt
|
static String |
X_ATTR_NAME
Tag name for xs in this object. |
protected IXArch |
xArch
|
static String |
XSD_TYPE_NAME
|
static String |
XSD_TYPE_NSURI
|
static String |
Y_ATTR_NAME
Tag name for ys in this object. |
| Fields inherited from interface edu.uci.isr.xarch.menage.IPosition |
TYPE_METADATA |
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Constructor Summary | |
PositionImpl(Element elt)
|
|
| Method Summary | |
void |
clearX()
Removes the x attribute from this object. |
void |
clearY()
Removes the y attribute from this object. |
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. |
protected static SequenceOrder |
getSequenceOrder()
|
XArchTypeMetadata |
getTypeMetadata()
Gets metadata describing the xsi:type of this element. |
String |
getX()
Gets the value of the x attribute on this object. |
IXArch |
getXArch()
|
String |
getY()
Gets the value of the y attribute on this object. |
int |
hashCode()
|
boolean |
hasX(String x)
Determines if this object's x attribute has the given value. |
boolean |
hasY(String y)
Determines if this object's y attribute has the given value. |
boolean |
isEquivalent(IPosition c)
Determine if another Position is equivalent to this one, ignoring ID's. |
void |
setDOMNode(Node node)
Sets the DOM node on which this implementation is based. |
void |
setX(String x)
Set the x attribute on this object. |
void |
setXArch(IXArch xArch)
|
void |
setY(String y)
Set the y attribute on this object. |
| 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 X_ATTR_NAME
public static final String Y_ATTR_NAME
protected Element elt
| Constructor Detail |
public PositionImpl(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 setX(String x)
setX in interface IPositionx - attribute value.public void clearX()
clearX in interface IPositionpublic String getX()
getX in interface IPositionnull if that
attribute is not set.public boolean hasX(String x)
hasX in interface IPositionx - value to test.
true if the values match, false otherwise.
Matching is done by string-matching.public void setY(String y)
setY in interface IPositiony - attribute value.public void clearY()
clearY in interface IPositionpublic String getY()
getY in interface IPositionnull if that
attribute is not set.public boolean hasY(String y)
hasY in interface IPositiony - value to test.
true if the values match, false otherwise.
Matching is done by string-matching.public boolean isEquivalent(IPosition c)
IPosition
isEquivalent in interface IPositionc - Position to compare to this one.
true if all the child elements of this
Position 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 | |||||||||