public enum LinkStrategy extends java.lang.Enum<LinkStrategy>
| Enum Constant and Description |
|---|
LEGACY_toberemoved |
SIMPLIER |
| Modifier and Type | Method and Description |
|---|---|
static LinkStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinkStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkStrategy LEGACY_toberemoved
public static final LinkStrategy SIMPLIER
public static LinkStrategy[] values()
for (LinkStrategy c : LinkStrategy.values()) System.out.println(c);
public static LinkStrategy 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