public enum ObjectLockEnabled extends Enum<ObjectLockEnabled>
Enum Constant and Description |
---|
ENABLED |
Modifier and Type | Method and Description |
---|---|
static ObjectLockEnabled |
fromString(String objectLockEnabledString) |
String |
toString() |
static ObjectLockEnabled |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectLockEnabled[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectLockEnabled ENABLED
public static ObjectLockEnabled[] values()
for (ObjectLockEnabled c : ObjectLockEnabled.values()) System.out.println(c);
public static ObjectLockEnabled 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 static ObjectLockEnabled fromString(String objectLockEnabledString)
public String toString()
toString
in class Enum<ObjectLockEnabled>
Copyright © 2022. All rights reserved.