|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.dt.VariableSimpleSubclass
public class VariableSimpleSubclass
Adapt a VariableSimpleIF into another VariableSimpleIF, so it can be subclassed.
Constructor Summary | |
---|---|
VariableSimpleSubclass(VariableSimpleIF v)
|
Method Summary | |
---|---|
int |
compareTo(VariableSimpleIF o)
Sort by name |
Attribute |
findAttributeIgnoreCase(java.lang.String attName)
find the attribute for the variable with the given name, ignoring case. |
java.util.List<Attribute> |
getAttributes()
Attributes for the variable. |
DataType |
getDataType()
Variable's data type |
java.lang.String |
getDescription()
description of the Variable |
java.util.List<Dimension> |
getDimensions()
Dimension List. |
java.lang.String |
getInfo()
|
java.lang.String |
getName()
full name of the data Variable |
int |
getRank()
Variable rank |
int[] |
getShape()
Variable shape |
java.lang.String |
getShortName()
short name of the data Variable |
java.lang.String |
getUnitsString()
Units of the Variable. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VariableSimpleSubclass(VariableSimpleIF v)
Method Detail |
---|
public java.lang.String getName()
VariableSimpleIF
getName
in interface VariableSimpleIF
public java.lang.String getShortName()
VariableSimpleIF
getShortName
in interface VariableSimpleIF
public DataType getDataType()
VariableSimpleIF
getDataType
in interface VariableSimpleIF
public java.lang.String getDescription()
VariableSimpleIF
getDescription
in interface VariableSimpleIF
public java.lang.String getInfo()
public java.lang.String getUnitsString()
VariableSimpleIF
getUnitsString
in interface VariableSimpleIF
public int getRank()
VariableSimpleIF
getRank
in interface VariableSimpleIF
public int[] getShape()
VariableSimpleIF
getShape
in interface VariableSimpleIF
public java.util.List<Dimension> getDimensions()
VariableSimpleIF
getDimensions
in interface VariableSimpleIF
public java.util.List<Attribute> getAttributes()
VariableSimpleIF
getAttributes
in interface VariableSimpleIF
public Attribute findAttributeIgnoreCase(java.lang.String attName)
VariableSimpleIF
findAttributeIgnoreCase
in interface VariableSimpleIF
attName
- attribute name
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(VariableSimpleIF o)
compareTo
in interface java.lang.Comparable<VariableSimpleIF>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |