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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGdsHash()StringgetGroupId()intgetNCoords()intgetNdups()intgetNFiles()intgetNmissing()intgetNrecords()intgetNruntimes()intgetNVariables()StringgetType()
-
-
-
Constructor Detail
-
GroupBean
public GroupBean()
-
GroupBean
public GroupBean(ucar.nc2.grib.collection.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()
-
-