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.MessageTypeAttributestatic H5header.MessageTypeAttributeInfostatic H5header.MessageTypeCommentstatic H5header.MessageTypeDatatypestatic H5header.MessageTypeExternalDataFilesstatic H5header.MessageTypeFillValuestatic H5header.MessageTypeFillValueOldstatic H5header.MessageTypeFilterPipelinestatic H5header.MessageTypeGroupstatic H5header.MessageTypeGroupInfostatic H5header.MessageTypeGroupNewstatic H5header.MessageTypeLastModifiedstatic H5header.MessageTypeLastModifiedOldstatic H5header.MessageTypeLayoutstatic H5header.MessageTypeLinkstatic H5header.MessageTypeNILstatic H5header.MessageTypeObjectHeaderContinuationstatic H5header.MessageTypeObjectReferenceCountstatic H5header.MessageTypeSharedObjectstatic H5header.MessageTypeSimpleDataspace
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNum()static H5header.MessageTypegetType(int num)Get the MessageType by number.static H5header.MessageTypegetType(String name)Find the MessageType that matches this name.StringtoString()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.
-
-