Uses of Enum
org.eclipse.mat.query.BytesDisplay
Packages that use BytesDisplay
Package
Description
Package for examining and controlling results of running queries.
-
Uses of BytesDisplay in org.eclipse.mat.query
Fields in org.eclipse.mat.query declared as BytesDisplayModifier and TypeFieldDescriptionstatic final BytesDisplay
BytesDisplay.DEFAULT
Default bytes display format.Methods in org.eclipse.mat.query that return BytesDisplayModifier 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.Methods in org.eclipse.mat.query with parameters of type BytesDisplayModifier and TypeMethodDescriptionstatic void
BytesDisplay.setCurrentValue
(BytesDisplay val) Uses system properties to set the current value.