public abstract class Reference extends java.lang.Object implements NodeElement
Constructor and Description |
---|
Reference() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones this element.
|
Node |
getParent()
Gets the parent (owner) node of this element.
|
void |
setParent(Node parent)
Sets the parent (owner) node of this element.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
writeTo
public void setParent(Node parent)
NodeElement
setParent
in interface NodeElement
parent
- Parent.public Node getParent()
NodeElement
getParent
in interface NodeElement
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
NodeElement
clone
in interface NodeElement
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.