static PseudoDashboardDial |
PseudoDashboardDial.safeValueOf(String value) |
Helper function to return the PseudoDashboardDial represented by
value .
|
static PseudoDashboardDial |
PseudoDashboardDial.valueOf(int code) |
Helper function to return the PseudoDashboardDial represented by code.
|
static PseudoDashboardDial |
PseudoDashboardDial.valueOf(Integer code) |
Helper function to return the PseudoDashboardDial represented by code.
|
static PseudoDashboardDial |
PseudoDashboardDial.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PseudoDashboardDial |
PseudoDashboardDial.valueOfCode(String code) |
Helper function to return the PseudoDashboardDial represented by code.
|
static PseudoDashboardDial[] |
PseudoDashboardDial.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|