ucar.nc2.iosp.hdf5
Class H5header.MessageType

java.lang.Object
  extended by ucar.nc2.iosp.hdf5.H5header.MessageType
Enclosing class:
H5header

public static class H5header.MessageType
extends Object


Field Summary
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
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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

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.