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