Package ucar.nc2.ui.op
Class Hdf5ObjectTable.AttributeBean
- java.lang.Object
-
- ucar.nc2.ui.op.Hdf5ObjectTable.AttributeBean
-
- Enclosing class:
- Hdf5ObjectTable
public static class Hdf5ObjectTable.AttributeBean extends Object
-
-
Constructor Summary
Constructors Constructor Description AttributeBean()
no-arg constructorAttributeBean(H5header.MessageAttribute att)
create from an attribute
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributeName()
long
getDataPos()
String
getMds()
String
getMdt()
byte
getVersion()
-
-
-
Constructor Detail
-
AttributeBean
public AttributeBean()
no-arg constructor
-
AttributeBean
public AttributeBean(H5header.MessageAttribute att)
create from an attribute
-
-