public static enum LockEntitiesServerAction.ParameterType extends Enum<LockEntitiesServerAction.ParameterType>
| Enum Constant and Description |
|---|
ENTITY_KEY |
| Modifier and Type | Method and Description |
|---|---|
static LockEntitiesServerAction.ParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockEntitiesServerAction.ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LockEntitiesServerAction.ParameterType ENTITY_KEY
public static LockEntitiesServerAction.ParameterType[] values()
for (LockEntitiesServerAction.ParameterType c : LockEntitiesServerAction.ParameterType.values()) System.out.println(c);
public static LockEntitiesServerAction.ParameterType 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 © 2012–2026 cismet GmbH. All rights reserved.