public static enum WfFileVersion.State extends Enum<WfFileVersion.State>
Enum Constant and Description |
---|
STATE_EDIT |
STATE_READY |
Modifier and Type | Method and Description |
---|---|
static WfFileVersion.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WfFileVersion.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WfFileVersion.State STATE_READY
public static final WfFileVersion.State STATE_EDIT
public static WfFileVersion.State[] values()
for (WfFileVersion.State c : WfFileVersion.State.values()) System.out.println(c);
public static WfFileVersion.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 nullCopyright © 2019 Suncode. All rights reserved.