public static enum ValidationAgent.ValidationScope extends Enum<ValidationAgent.ValidationScope>
Enum Constant and Description |
---|
RELEASE
Validation scope for releasing.
|
SAVE
Validation scope for saving.
|
Modifier and Type | Method and Description |
---|---|
static ValidationAgent.ValidationScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationAgent.ValidationScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationAgent.ValidationScope SAVE
public static final ValidationAgent.ValidationScope RELEASE
public static ValidationAgent.ValidationScope[] values()
for (ValidationAgent.ValidationScope c : ValidationAgent.ValidationScope.values()) System.out.println(c);
public static ValidationAgent.ValidationScope 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