org.oXML.type
Class Variable
java.lang.Object
org.oXML.type.Variable
- public class Variable
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Variable
public Variable(Name name,
Node value)
Variable
public Variable(Name name,
Node value,
Type type)
Variable
public Variable(Variable copy,
boolean deep)
getName
public Name getName()
getValue
public Node getValue()
getType
public Type getType()
setValue
public void setValue(Node value)
toString
public java.lang.String toString()
copy
public Variable copy(boolean deep)