Package | Description |
---|---|
org.eclipse.mat.query |
Package for examining and controlling results of running queries.
|
Modifier and Type | Field and Description |
---|---|
static BytesDisplay |
BytesDisplay.DEFAULT
Default bytes display format.
|
Modifier and Type | Method and Description |
---|---|
static BytesDisplay |
BytesDisplay.getCurrentValue()
Return the currently selected preference from the system properties.
|
static BytesDisplay |
BytesDisplay.parse(String value)
Given a stored preference value, return the enumeration value, or
otherwise the default.
|
static BytesDisplay |
BytesDisplay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BytesDisplay[] |
BytesDisplay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
BytesDisplay.setCurrentValue(BytesDisplay val)
Uses system properties to set the current value.
|