public static enum FreezerCore.State extends Enum<FreezerCore.State>
Modifier and Type | Method and Description |
---|---|
static FreezerCore.State |
getStateValue(String state) |
static FreezerCore.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FreezerCore.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FreezerCore.State frozen
public static final FreezerCore.State freezing
public static final FreezerCore.State thawed
public static FreezerCore.State[] values()
for (FreezerCore.State c : FreezerCore.State.values()) System.out.println(c);
public static FreezerCore.State 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 static FreezerCore.State getStateValue(String state)
Copyright © 2019 The Apache Software Foundation. All rights reserved.