public enum ActionFlag_EN extends Enum<ActionFlag_EN>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static ActionFlag_EN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionFlag_EN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionFlag_EN Y
public static final ActionFlag_EN D
public static final ActionFlag_EN S
public static ActionFlag_EN[] values()
for (ActionFlag_EN c : ActionFlag_EN.values()) System.out.println(c);
public static ActionFlag_EN 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 getName()
Copyright © 2022. All rights reserved.