protected static enum AbstractEngine.CloseType extends Enum<AbstractEngine.CloseType>
Modifier and Type | Method and Description |
---|---|
static AbstractEngine.CloseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractEngine.CloseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractEngine.CloseType NONE
public static final AbstractEngine.CloseType PENDING
public static final AbstractEngine.CloseType DONE
public static AbstractEngine.CloseType[] values()
for (AbstractEngine.CloseType c : AbstractEngine.CloseType.values()) System.out.println(c);
public static AbstractEngine.CloseType 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 © 2017–2022 SNF4J.ORG. All rights reserved.