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