public final class LockLevel extends ExpandableStringEnum<LockLevel>
Modifier and Type | Field and Description |
---|---|
static LockLevel |
CAN_NOT_DELETE
Static value CanNotDelete for LockLevel.
|
static LockLevel |
NOT_SPECIFIED
Static value NotSpecified for LockLevel.
|
static LockLevel |
READ_ONLY
Static value ReadOnly for LockLevel.
|
Constructor and Description |
---|
LockLevel() |
Modifier and Type | Method and Description |
---|---|
static LockLevel |
fromString(String name)
Creates or finds a LockLevel from its string representation.
|
static Collection<LockLevel> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final LockLevel NOT_SPECIFIED
public static final LockLevel CAN_NOT_DELETE
public static final LockLevel READ_ONLY
public static LockLevel fromString(String name)
name
- a name to look forpublic static Collection<LockLevel> values()
Copyright © 2019. All rights reserved.