Package ucar.nc2.ui.op
Class Hdf4NewTable.TagBean
- java.lang.Object
-
- ucar.nc2.ui.op.Hdf4NewTable.TagBean
-
- Enclosing class:
- Hdf4NewTable
public static class Hdf4NewTable.TagBean extends Object
-
-
Constructor Summary
Constructors Constructor Description TagBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetCode()intgetLength()intgetOffset()shortgetRefno()StringgetType()StringgetVClass()StringgetVinfo()booleanisExtended()booleanisUsed()
-
-
-
Method Detail
-
getCode
public short getCode()
-
getType
public String getType()
-
getRefno
public short getRefno()
-
isExtended
public boolean isExtended()
-
getVClass
public String getVClass()
-
getOffset
public int getOffset()
-
getLength
public int getLength()
-
isUsed
public boolean isUsed()
-
getVinfo
public String getVinfo()
-
-