public abstract class RWXSVariable extends RWXSNode
Modifier and Type | Class and Description |
---|---|
static class |
RWXSVariable.SourceLocation |
RWXSNode.Type
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
legalCopyright |
Constructor and Description |
---|
RWXSVariable() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath() |
int |
getSize() |
RWXSNode.Type |
getType() |
java.lang.String |
getTypeName() |
boolean |
instanceOf(RWXSNode.Type type) |
void |
setSampleData(java.lang.Object value) |
void |
setSourceLocation(RWXSVariable.SourceLocation sourceLocation) |
void |
setTypeLabel(java.lang.String typeLabel) |
void |
setTypeXSD(java.lang.String typeXSD) |
void |
setVariableIndexes(java.util.Vector<java.lang.Integer> indexes) |
appendChild, getChildren, getLinearlySucceedingNode, getName, getParent, getSucceedingTag, hasChildren, isSucceedingClosing, setName, setNamespaceURI, toString
public static final java.lang.String legalCopyright
public boolean instanceOf(RWXSNode.Type type)
instanceOf
in class RWXSNode
public RWXSNode.Type getType()
public void setTypeXSD(java.lang.String typeXSD)
public void setSourceLocation(RWXSVariable.SourceLocation sourceLocation)
public void setTypeLabel(java.lang.String typeLabel)
public java.lang.String getTypeName()
public void setVariableIndexes(java.util.Vector<java.lang.Integer> indexes)
public int getSize()
public void setSampleData(java.lang.Object value)
public java.lang.String getPath()