public class GradsVariable
extends java.lang.Object
| Constructor and Description |
|---|
GradsVariable(java.lang.String varDescriptor)
Create a variable from the descriptor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Get the variable description
|
java.lang.String |
getName()
Get the variable name
|
int |
getNumLevels()
Get the number of levels
|
java.lang.String |
getUnitName()
Get the unit name
|
java.lang.String |
toString()
Return a String representation of this object
|
public GradsVariable(java.lang.String varDescriptor)
varDescriptor - the variable descriptorpublic java.lang.String getName()
public int getNumLevels()
public java.lang.String getDescription()
public java.lang.String getUnitName()
public java.lang.String toString()
toString in class java.lang.Object