public enum FunctionField extends Enum<FunctionField>
Enum Constant and Description |
---|
INSTANTANEOUS_VALUE |
MAXIMUM_VALUE |
MINIMUM_VALUE |
VALUE_DURING_ERROR_STATE |
Modifier and Type | Field and Description |
---|---|
byte |
code |
Modifier and Type | Method and Description |
---|---|
static FunctionField |
fromLabel(String label) |
String |
getLabel() |
String |
toString() |
static FunctionField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FunctionField INSTANTANEOUS_VALUE
public static final FunctionField MAXIMUM_VALUE
public static final FunctionField MINIMUM_VALUE
public static final FunctionField VALUE_DURING_ERROR_STATE
public static FunctionField[] values()
for (FunctionField c : FunctionField.values()) System.out.println(c);
public static FunctionField 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 String toString()
toString
in class Enum<FunctionField>
public String getLabel()
public static FunctionField fromLabel(String label)
Copyright © 2009–2016 MBus4J. All rights reserved.