public static enum NormDiscrete.Method extends Enum<NormDiscrete.Method> implements StringValue<NormDiscrete.Method>
| Enum Constant and Description |
|---|
INDICATOR |
THERMOMETER |
| Modifier and Type | Method and Description |
|---|---|
static NormDiscrete.Method |
fromValue(String v) |
String |
toString() |
String |
value() |
static NormDiscrete.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NormDiscrete.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NormDiscrete.Method INDICATOR
public static final NormDiscrete.Method THERMOMETER
public static NormDiscrete.Method[] values()
for (NormDiscrete.Method c : NormDiscrete.Method.values()) System.out.println(c);
public static NormDiscrete.Method 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 value()
value in interface StringValue<NormDiscrete.Method>public static NormDiscrete.Method fromValue(String v)
public String toString()
toString in class Enum<NormDiscrete.Method>Copyright © 2024. All rights reserved.