@Deprecated @Immutable public class VariableSimpleAdapter extends Object implements VariableSimpleIF
| Constructor and Description |
|---|
VariableSimpleAdapter(StructureMembers.Member m)
Deprecated.
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AttributeContainer |
attributes()
Deprecated.
Attributes for the variable.
|
int |
compareTo(VariableSimpleIF o)
Deprecated.
Sort by name
|
static List<VariableSimpleIF> |
convert(StructureMembers sm)
Deprecated.
|
Attribute |
findAttributeIgnoreCase(String attName)
Deprecated.
find the attribute for the variable with the given name, ignoring case.
|
List<Attribute> |
getAttributes()
Deprecated.
Attributes for the variable.
|
DataType |
getDataType()
Deprecated.
Variable's data type
|
String |
getDescription()
Deprecated.
description of the Variable
|
List<Dimension> |
getDimensions()
Deprecated.
Dimension List.
|
String |
getFullName()
Deprecated.
full, backslash escaped name of the data Variable
|
String |
getName()
Deprecated.
Name of the data Variable.
|
int |
getRank()
Deprecated.
Variable rank
|
int[] |
getShape()
Deprecated.
Variable shape
|
String |
getShortName()
Deprecated.
short name of the data Variable
|
String |
getUnitsString()
Deprecated.
Units of the Variable.
|
String |
toString()
Deprecated.
|
public VariableSimpleAdapter(StructureMembers.Member m)
m - adapt this Memberpublic static List<VariableSimpleIF> convert(StructureMembers sm)
public String getFullName()
VariableSimpleIFgetFullName in interface VariableSimpleIFpublic String getName()
VariableSimpleIFgetName in interface VariableSimpleIFpublic String getShortName()
VariableSimpleIFgetShortName in interface VariableSimpleIFpublic DataType getDataType()
VariableSimpleIFgetDataType in interface VariableSimpleIFpublic AttributeContainer attributes()
VariableSimpleIFattributes in interface VariableSimpleIFpublic String getDescription()
VariableSimpleIFgetDescription in interface VariableSimpleIFpublic String getUnitsString()
VariableSimpleIFgetUnitsString in interface VariableSimpleIFpublic int getRank()
VariableSimpleIFgetRank in interface VariableSimpleIFpublic int[] getShape()
VariableSimpleIFgetShape in interface VariableSimpleIFpublic List<Dimension> getDimensions()
VariableSimpleIFgetDimensions in interface VariableSimpleIFpublic List<Attribute> getAttributes()
VariableSimpleIFgetAttributes in interface VariableSimpleIFpublic Attribute findAttributeIgnoreCase(String attName)
VariableSimpleIFfindAttributeIgnoreCase in interface VariableSimpleIFattName - attribute namepublic int compareTo(VariableSimpleIF o)
compareTo in interface Comparable<VariableSimpleIF>