Package ucar.nc2.iosp.hdf5
Class H5header.MessageType
- java.lang.Object
-
- ucar.nc2.iosp.hdf5.H5header.MessageType
-
-
Field Summary
Fields Modifier and Type Field Description static H5header.MessageType
Attribute
static H5header.MessageType
AttributeInfo
static H5header.MessageType
Comment
static H5header.MessageType
Datatype
static H5header.MessageType
ExternalDataFiles
static H5header.MessageType
FillValue
static H5header.MessageType
FillValueOld
static H5header.MessageType
FilterPipeline
static H5header.MessageType
Group
static H5header.MessageType
GroupInfo
static H5header.MessageType
GroupNew
static H5header.MessageType
LastModified
static H5header.MessageType
LastModifiedOld
static H5header.MessageType
Layout
static H5header.MessageType
Link
static H5header.MessageType
NIL
static H5header.MessageType
ObjectHeaderContinuation
static H5header.MessageType
ObjectReferenceCount
static H5header.MessageType
SharedObject
static H5header.MessageType
SimpleDataspace
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNum()
static H5header.MessageType
getType(int num)
Get the MessageType by number.static H5header.MessageType
getType(String name)
Find the MessageType that matches this name.String
toString()
Message name.
-
-
-
Field Detail
-
NIL
public static final H5header.MessageType NIL
-
SimpleDataspace
public static final H5header.MessageType SimpleDataspace
-
GroupNew
public static final H5header.MessageType GroupNew
-
Datatype
public static final H5header.MessageType Datatype
-
FillValueOld
public static final H5header.MessageType FillValueOld
-
FillValue
public static final H5header.MessageType FillValue
-
Link
public static final H5header.MessageType Link
-
ExternalDataFiles
public static final H5header.MessageType ExternalDataFiles
-
Layout
public static final H5header.MessageType Layout
-
GroupInfo
public static final H5header.MessageType GroupInfo
-
FilterPipeline
public static final H5header.MessageType FilterPipeline
-
Attribute
public static final H5header.MessageType Attribute
-
Comment
public static final H5header.MessageType Comment
-
LastModifiedOld
public static final H5header.MessageType LastModifiedOld
-
SharedObject
public static final H5header.MessageType SharedObject
-
ObjectHeaderContinuation
public static final H5header.MessageType ObjectHeaderContinuation
-
Group
public static final H5header.MessageType Group
-
LastModified
public static final H5header.MessageType LastModified
-
AttributeInfo
public static final H5header.MessageType AttributeInfo
-
ObjectReferenceCount
public static final H5header.MessageType ObjectReferenceCount
-
-
Method Detail
-
getType
public static H5header.MessageType getType(String name)
Find the MessageType that matches this name.- Parameters:
name
- find DataTYpe with this name.- Returns:
- DataType or null if no match.
-
getType
public static H5header.MessageType getType(int num)
Get the MessageType by number.- Parameters:
num
- message number.- Returns:
- the MessageType
-
getNum
public int getNum()
- Returns:
- Message number.
-
-