public interface VariableSimpleIF extends Comparable<VariableSimpleIF>
Modifier and Type | Method and Description |
---|---|
AttributeContainer |
attributes()
Attributes for the variable.
|
DataType |
getDataType()
Variable's data type
|
String |
getDescription()
description of the Variable
|
List<Dimension> |
getDimensions()
Dimension List.
|
String |
getFullName()
full, backslash escaped name of the data Variable
|
int |
getRank()
Variable rank
|
int[] |
getShape()
Variable shape
|
String |
getShortName()
short name of the data Variable
|
String |
getUnitsString()
Units of the Variable.
|
compareTo
AttributeContainer attributes()
DataType getDataType()
String getDescription()
List<Dimension> getDimensions()
String getFullName()
int getRank()
int[] getShape()
String getShortName()
String getUnitsString()