org.eclipse.cdt.debug.core.model
Class CVariableFormat

java.lang.Object
  extended by org.eclipse.cdt.debug.core.model.CVariableFormat

public class CVariableFormat
extends java.lang.Object

Defines the variable format types.


Field Summary
static CVariableFormat BINARY
           
static CVariableFormat DECIMAL
           
static CVariableFormat HEXADECIMAL
           
static CVariableFormat NATURAL
           
static CVariableFormat OCTAL
           
 
Method Summary
static CVariableFormat getFormat(int code)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NATURAL

public static final CVariableFormat NATURAL

DECIMAL

public static final CVariableFormat DECIMAL

BINARY

public static final CVariableFormat BINARY

OCTAL

public static final CVariableFormat OCTAL

HEXADECIMAL

public static final CVariableFormat HEXADECIMAL
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getFormat

public static CVariableFormat getFormat(int code)