public final class KeyKind extends ExpandableStringEnum<KeyKind>
Modifier and Type | Field and Description |
---|---|
static KeyKind |
PRIMARY
Static value primary for KeyKind.
|
static KeyKind |
PRIMARY_READONLY
Static value primaryReadonly for KeyKind.
|
static KeyKind |
SECONDARY
Static value secondary for KeyKind.
|
static KeyKind |
SECONDARY_READONLY
Static value secondaryReadonly for KeyKind.
|
Constructor and Description |
---|
KeyKind() |
Modifier and Type | Method and Description |
---|---|
static KeyKind |
fromString(String name)
Creates or finds a KeyKind from its string representation.
|
static Collection<KeyKind> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final KeyKind PRIMARY
public static final KeyKind SECONDARY
public static final KeyKind PRIMARY_READONLY
public static final KeyKind SECONDARY_READONLY
public static KeyKind fromString(String name)
name
- a name to look forpublic static Collection<KeyKind> values()
Copyright © 2019. All rights reserved.