public static enum RuleConditions.WhenCondition extends Enum<RuleConditions.WhenCondition>
| Modifier and Type | Method and Description |
|---|---|
String |
getWhenConditionValue() |
static RuleConditions.WhenCondition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleConditions.WhenCondition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleConditions.WhenCondition UPDATE
public static final RuleConditions.WhenCondition ADDED
public static final RuleConditions.WhenCondition REMOVED
public static RuleConditions.WhenCondition[] values()
for (RuleConditions.WhenCondition c : RuleConditions.WhenCondition.values()) System.out.println(c);
public static RuleConditions.WhenCondition 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 String getWhenConditionValue()
Copyright © 2005–2016 Alfresco Software. All rights reserved.