public enum ScaleMode extends Enum<ScaleMode>
Enum Constant and Description |
---|
MODE_8888 |
MODE_CAL |
MODE_CALT |
MODE_ERRL |
MODE_ERRO |
MODE_ERRT |
MODE_IIII |
MODE_LO |
MODE_NORMAL |
MODE_SPAN |
MODE_TARE |
MODE_TEST |
Modifier and Type | Method and Description |
---|---|
String |
getString() |
int |
getValue() |
static ScaleMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScaleMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScaleMode MODE_NORMAL
public static final ScaleMode MODE_TEST
public static final ScaleMode MODE_SPAN
public static final ScaleMode MODE_TARE
public static final ScaleMode MODE_LO
public static final ScaleMode MODE_ERRO
public static final ScaleMode MODE_ERRL
public static final ScaleMode MODE_IIII
public static final ScaleMode MODE_8888
public static final ScaleMode MODE_ERRT
public static final ScaleMode MODE_CALT
public static final ScaleMode MODE_CAL
public static ScaleMode[] values()
for (ScaleMode c : ScaleMode.values()) System.out.println(c);
public static ScaleMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
public String getString()
Copyright © 2017 StarPhoenix Media. All rights reserved.