public static enum ExternalVault.Status extends Enum<ExternalVault.Status>
Enum Constant and Description |
---|
VAULTED |
WILL_VAULT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ExternalVault.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalVault.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalVault.Status WILL_VAULT
public static final ExternalVault.Status VAULTED
private final String name
public static ExternalVault.Status[] values()
for (ExternalVault.Status c : ExternalVault.Status.values()) System.out.println(c);
public static ExternalVault.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 nullpublic String toString()
toString
in class Enum<ExternalVault.Status>
Copyright © 2013-2020. All Rights Reserved.