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