public static enum LinkSource.Durability extends java.lang.Enum<LinkSource.Durability>
| Enum Constant and Description |
|---|
CONFIGURATION |
NONE |
UNSETTLED_STATE |
| Modifier and Type | Method and Description |
|---|---|
static LinkSource.Durability |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinkSource.Durability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkSource.Durability NONE
public static final LinkSource.Durability CONFIGURATION
public static final LinkSource.Durability UNSETTLED_STATE
public static LinkSource.Durability[] values()
for (LinkSource.Durability c : LinkSource.Durability.values()) System.out.println(c);
public static LinkSource.Durability valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null