public static enum Recipient.AgentType extends Enum<Recipient.AgentType> implements DefinedEnum
Enum Constant and Description |
---|
EMAIL |
FORMFIELD |
OWNER |
PROCAGENT |
ROLE |
STEPAGENT |
USER |
Modifier and Type | Method and Description |
---|---|
Short |
definedValue()
Get the fixed value for this DefinedEnum.
|
static Recipient.AgentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recipient.AgentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Recipient.AgentType USER
public static final Recipient.AgentType ROLE
public static final Recipient.AgentType EMAIL
public static final Recipient.AgentType STEPAGENT
public static final Recipient.AgentType FORMFIELD
public static final Recipient.AgentType OWNER
public static final Recipient.AgentType PROCAGENT
public static Recipient.AgentType[] values()
for (Recipient.AgentType c : Recipient.AgentType.values()) System.out.println(c);
public static Recipient.AgentType 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 Short definedValue()
DefinedEnum
definedValue
in interface DefinedEnum
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.