DataFormat Class Reference

Collaboration diagram for DataFormat:

Collaboration graph
[legend]

List of all members.

Public Member Functions

int getValue ()
String toString ()

Static Public Member Functions

static DataFormat fromValue (int value) throws MetadataException

Static Public Attributes

static final DataFormat BYTE = new DataFormat("BYTE", 1)
static final DataFormat DOUBLE = new DataFormat("DOUBLE", 12)
static final DataFormat SBYTE = new DataFormat("SBYTE", 6)
static final DataFormat SINGLE = new DataFormat("SINGLE", 11)
static final DataFormat SLONG = new DataFormat("SLONG", 9)
static final DataFormat SRATIONAL = new DataFormat("SRATIONAL", 10)
static final DataFormat SSHORT = new DataFormat("SSHORT", 8)
static final DataFormat STRING = new DataFormat("STRING", 2)
static final DataFormat ULONG = new DataFormat("ULONG", 4)
static final DataFormat UNDEFINED = new DataFormat("UNDEFINED", 7)
static final DataFormat URATIONAL = new DataFormat("URATIONAL", 5)
static final DataFormat USHORT = new DataFormat("USHORT", 3)

Private Member Functions

 DataFormat (String name, int value)

Private Attributes

final String myName
final int value


Constructor & Destructor Documentation

DataFormat ( String  name,
int  value 
) [private]


Member Function Documentation

static DataFormat fromValue ( int  value  )  throws MetadataException [static]

int getValue (  ) 

String toString (  ) 


Member Data Documentation

final DataFormat BYTE = new DataFormat("BYTE", 1) [static]

final DataFormat DOUBLE = new DataFormat("DOUBLE", 12) [static]

final String myName [private]

final DataFormat SBYTE = new DataFormat("SBYTE", 6) [static]

final DataFormat SINGLE = new DataFormat("SINGLE", 11) [static]

final DataFormat SLONG = new DataFormat("SLONG", 9) [static]

final DataFormat SRATIONAL = new DataFormat("SRATIONAL", 10) [static]

final DataFormat SSHORT = new DataFormat("SSHORT", 8) [static]

final DataFormat STRING = new DataFormat("STRING", 2) [static]

final DataFormat ULONG = new DataFormat("ULONG", 4) [static]

final DataFormat UNDEFINED = new DataFormat("UNDEFINED", 7) [static]

final DataFormat URATIONAL = new DataFormat("URATIONAL", 5) [static]

final DataFormat USHORT = new DataFormat("USHORT", 3) [static]

final int value [private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:30 2012 for Project Wonder by  doxygen 1.5.8