public enum IndicatorType extends java.lang.Enum<IndicatorType>
Modifier and Type | Method and Description |
---|---|
static IndicatorType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static IndicatorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndicatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndicatorType I
public static final IndicatorType O
public static final IndicatorType R
public static final IndicatorType F
public static final IndicatorType U
public static final IndicatorType C
public static IndicatorType[] values()
for (IndicatorType c : IndicatorType.values()) System.out.println(c);
public static IndicatorType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static IndicatorType fromValue(java.lang.String v)
Copyright © 2024. All rights reserved.