public enum EStatusRefType extends Enum<EStatusRefType> implements Serializable
Enum Constant and Description |
---|
NAME_VALUE |
UUID |
Modifier and Type | Method and Description |
---|---|
static EStatusRefType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EStatusRefType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EStatusRefType UUID
public static final EStatusRefType NAME_VALUE
public static EStatusRefType[] values()
for (EStatusRefType c : EStatusRefType.values()) System.out.println(c);
public static EStatusRefType 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 nullCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.