Package ucar.nc2.ui.op
Class DirectoryPartitionViewer.VarBean
- java.lang.Object
-
- ucar.nc2.ui.op.DirectoryPartitionViewer.VarBean
-
- Enclosing class:
- DirectoryPartitionViewer
public static class DirectoryPartitionViewer.VarBean extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEnsCoord()intgetEnsType()intgetGenType()StringgetGroupId()intgetHash()StringgetIntvName()intgetIntvType()intgetLevelType()StringgetProbName()intgetProbType()StringgetTimeCoord()StringgetVariableId()intgetVertCoord()
-
-
-
Method Detail
-
getTimeCoord
public String getTimeCoord()
-
getVertCoord
public int getVertCoord()
-
getEnsCoord
public int getEnsCoord()
-
getLevelType
public int getLevelType()
-
getIntvType
public int getIntvType()
-
getProbType
public int getProbType()
-
getEnsType
public int getEnsType()
-
getGenType
public int getGenType()
-
getIntvName
public String getIntvName()
-
getProbName
public String getProbName()
-
getHash
public int getHash()
-
getGroupId
public String getGroupId()
-
getVariableId
public String getVariableId()
-
-