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
-
-
Constructor Summary
Constructors Constructor Description VarBean()
VarBean(GribCollectionMutable.VariableIndex v, GribCollectionMutable.GroupGC group)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEnsCoord()
int
getEnsType()
int
getGenType()
String
getGroupId()
int
getHash()
String
getIntvName()
int
getIntvType()
int
getLevelType()
String
getProbName()
int
getProbType()
String
getTimeCoord()
String
getVariableId()
int
getVertCoord()
-
-
-
Constructor Detail
-
VarBean
public VarBean()
-
VarBean
public VarBean(GribCollectionMutable.VariableIndex v, GribCollectionMutable.GroupGC group)
-
-
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()
-
-