com.tivoli.twg.dmi
Class MIF_Types

java.lang.Object
  extended bycom.tivoli.twg.dmi.MIF_Types

public class MIF_Types
extends java.lang.Object

This class includes the definitions of all of the standard DMI data types, and a method to return those types as the keyword strings defined by the DMI 2.0 specification.


Field Summary
static int MIF_COUNTER
           
static int MIF_COUNTER64
           
static int MIF_DATATYPE_10
           
static int MIF_DATATYPE_4
           
static int MIF_DATATYPE_9
           
static int MIF_DATE
           
static int MIF_DISPLAYSTRING
           
static int MIF_GAUGE
           
static int MIF_INTEGER
           
static int MIF_INTEGER64
           
static int MIF_OCTETSTRING
           
 
Constructor Summary
MIF_Types()
           
 
Method Summary
static java.lang.String GetMIFTypeAsString(int x)
          This method returns a type keyword string as defined by the spec.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIF_COUNTER

public static final int MIF_COUNTER
See Also:
Constant Field Values

MIF_COUNTER64

public static final int MIF_COUNTER64
See Also:
Constant Field Values

MIF_GAUGE

public static final int MIF_GAUGE
See Also:
Constant Field Values

MIF_DATATYPE_4

public static final int MIF_DATATYPE_4
See Also:
Constant Field Values

MIF_INTEGER

public static final int MIF_INTEGER
See Also:
Constant Field Values

MIF_INTEGER64

public static final int MIF_INTEGER64
See Also:
Constant Field Values

MIF_OCTETSTRING

public static final int MIF_OCTETSTRING
See Also:
Constant Field Values

MIF_DISPLAYSTRING

public static final int MIF_DISPLAYSTRING
See Also:
Constant Field Values

MIF_DATATYPE_9

public static final int MIF_DATATYPE_9
See Also:
Constant Field Values

MIF_DATATYPE_10

public static final int MIF_DATATYPE_10
See Also:
Constant Field Values

MIF_DATE

public static final int MIF_DATE
See Also:
Constant Field Values
Constructor Detail

MIF_Types

public MIF_Types()
Method Detail

GetMIFTypeAsString

public static java.lang.String GetMIFTypeAsString(int x)
This method returns a type keyword string as defined by the spec.

Returns:
String