ucar.nc2.iosp.hdf5
Class H5header.MessageType
java.lang.Object
ucar.nc2.iosp.hdf5.H5header.MessageType
- Enclosing class:
- H5header
public static class H5header.MessageType
- extends Object
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
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
toString
public String toString()
- Message name.
- Overrides:
toString
in class Object
getNum
public int getNum()
- Returns:
- Message number.
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.