Package ucar.nc2.ui.grib
Class CdmIndexPanel.GroupBean
- java.lang.Object
-
- ucar.nc2.ui.grib.CdmIndexPanel.GroupBean
-
- Enclosing class:
- CdmIndexPanel
public class CdmIndexPanel.GroupBean extends Object
-
-
Constructor Summary
Constructors Constructor Description GroupBean()
GroupBean(GribCollectionImmutable.GroupGC g, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getGdsHash()
String
getGroupId()
int
getNCoords()
int
getNdups()
int
getNFiles()
int
getNmissing()
int
getNrecords()
int
getNruntimes()
int
getNVariables()
String
getType()
-
-
-
Constructor Detail
-
GroupBean
public GroupBean()
-
GroupBean
public GroupBean(GribCollectionImmutable.GroupGC g, String type)
-
-
Method Detail
-
getGroupId
public String getGroupId()
-
getGdsHash
public int getGdsHash()
-
getNrecords
public int getNrecords()
-
getType
public String getType()
-
getNFiles
public int getNFiles()
-
getNruntimes
public int getNruntimes()
-
getNCoords
public int getNCoords()
-
getNVariables
public int getNVariables()
-
getNmissing
public int getNmissing()
-
getNdups
public int getNdups()
-
-