public static enum WebeditElementStatusProviderPlugin.State extends Enum<WebeditElementStatusProviderPlugin.State>
Enum Constant and Description |
---|
CHANGED
Release state: page is changed.
|
IN_WORKFLOW
Release state: workflow is running.
|
RELEASED
Release state: page is released.
|
Modifier and Type | Method and Description |
---|---|
static WebeditElementStatusProviderPlugin.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebeditElementStatusProviderPlugin.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebeditElementStatusProviderPlugin.State RELEASED
public static final WebeditElementStatusProviderPlugin.State CHANGED
public static final WebeditElementStatusProviderPlugin.State IN_WORKFLOW
public static WebeditElementStatusProviderPlugin.State[] values()
for (WebeditElementStatusProviderPlugin.State c : WebeditElementStatusProviderPlugin.State.values()) System.out.println(c);
public static WebeditElementStatusProviderPlugin.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 © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500