public static enum ActorUpdater.ActorField extends Enum<ActorUpdater.ActorField>
| Enum Constant and Description |
|---|
DESCRIPTION
Corresponding to the description of the actor
|
DISPLAY_NAME
Corresponding to the display name of the actor
|
| Modifier and Type | Method and Description |
|---|---|
static ActorUpdater.ActorField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActorUpdater.ActorField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActorUpdater.ActorField DISPLAY_NAME
public static final ActorUpdater.ActorField DESCRIPTION
public static ActorUpdater.ActorField[] values()
for (ActorUpdater.ActorField c : ActorUpdater.ActorField.values()) System.out.println(c);
public static ActorUpdater.ActorField 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 nullCopyright © 2018 Bonitasoft S.A.. All rights reserved.