com.businessobjects.sdk.plugin.desktop.metricdescriptions
Class ValueFormat
java.lang.Object
com.businessobjects.sdk.plugin.desktop.metricdescriptions.ValueFormat
public class ValueFormat
- extends java.lang.Object
This class behaves like an enumeration for the different formats of the values
for server metrics.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HIDDEN
public static final ValueFormat HIDDEN
UNKNOWN
public static final ValueFormat UNKNOWN
STRING
public static final ValueFormat STRING
INTEGER
public static final ValueFormat INTEGER
FLOAT
public static final ValueFormat FLOAT
PERCENT
public static final ValueFormat PERCENT
DATETIME
public static final ValueFormat DATETIME
PROPBAG
public static final ValueFormat PROPBAG
BOOLEAN
public static final ValueFormat BOOLEAN
STRING_MAP
public static final ValueFormat STRING_MAP
SHIFTSIZE_KB
public static final ValueFormat SHIFTSIZE_KB
SHIFTSIZE_MB
public static final ValueFormat SHIFTSIZE_MB
SHIFTSIZE_GB
public static final ValueFormat SHIFTSIZE_GB
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
fromString
public static ValueFormat fromString(java.lang.String s)
fromInteger
public static ValueFormat fromInteger(int i)
toInteger
public int toInteger()