PTP
Release 5.0

org.eclipse.ptp.debug.core.model
Class PVariableFormat

java.lang.Object
  extended by org.eclipse.ptp.debug.core.model.PVariableFormat

public class PVariableFormat
extends java.lang.Object


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

Field Detail

BINARY

public static final PVariableFormat BINARY

DECIMAL

public static final PVariableFormat DECIMAL

HEXADECIMAL

public static final PVariableFormat HEXADECIMAL

NATURAL

public static final PVariableFormat NATURAL

OCTAL

public static final PVariableFormat OCTAL
Method Detail

getFormat

public static PVariableFormat getFormat(int code)
Parameters:
code -
Returns:

toString

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

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.