public static enum KeyMetadata.Status extends Enum<KeyMetadata.Status>
Modifier and Type | Method and Description |
---|---|
static KeyMetadata.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyMetadata.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyMetadata.Status ACTIVE
public static final KeyMetadata.Status PASSIVE
public static final KeyMetadata.Status DISABLED
public static KeyMetadata.Status[] values()
for (KeyMetadata.Status c : KeyMetadata.Status.values()) System.out.println(c);
public static KeyMetadata.Status 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 © 2019 JBoss by Red Hat. All rights reserved.