Uses of Enum
org.eclipse.mat.query.BytesDisplay
Package
Description
Package for examining and controlling results of running queries.
-
Uses of BytesDisplay in org.eclipse.mat.query
Modifier and TypeFieldDescriptionstatic final BytesDisplay
BytesDisplay.DEFAULT
Default bytes display format.Modifier and TypeMethodDescriptionstatic BytesDisplay
BytesDisplay.getCurrentValue()
Return the currently selected preference from the system properties.static BytesDisplay
Given a stored preference value, return the enumeration value, or otherwise the default.static BytesDisplay
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 TypeMethodDescriptionstatic void
BytesDisplay.setCurrentValue
(BytesDisplay val) Uses system properties to set the current value.