Package ucar.nc2.ui.op
Class Hdf4Table.TagBean
- java.lang.Object
-
- ucar.nc2.ui.op.Hdf4Table.TagBean
-
-
Constructor Summary
Constructors Constructor Description TagBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getCode()
int
getLength()
int
getOffset()
short
getRefno()
String
getType()
String
getVClass()
String
getVinfo()
boolean
isExtended()
boolean
isUsed()
-
-
-
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()
-
-