public static enum AvailableWorkflowForgeRule.RuleTypeEnum extends Enum<AvailableWorkflowForgeRule.RuleTypeEnum>
| Enum Constant and Description |
|---|
CONDITION |
FUNCTION |
SCREEN |
VALIDATOR |
| Modifier and Type | Method and Description |
|---|---|
static AvailableWorkflowForgeRule.RuleTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static AvailableWorkflowForgeRule.RuleTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvailableWorkflowForgeRule.RuleTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvailableWorkflowForgeRule.RuleTypeEnum CONDITION
public static final AvailableWorkflowForgeRule.RuleTypeEnum VALIDATOR
public static final AvailableWorkflowForgeRule.RuleTypeEnum FUNCTION
public static final AvailableWorkflowForgeRule.RuleTypeEnum SCREEN
public static AvailableWorkflowForgeRule.RuleTypeEnum[] values()
for (AvailableWorkflowForgeRule.RuleTypeEnum c : AvailableWorkflowForgeRule.RuleTypeEnum.values()) System.out.println(c);
public static AvailableWorkflowForgeRule.RuleTypeEnum 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 getValue()
public String toString()
toString in class Enum<AvailableWorkflowForgeRule.RuleTypeEnum>public static AvailableWorkflowForgeRule.RuleTypeEnum fromValue(String value)
Copyright © 2011–2023 Everit Kft.. All rights reserved.