public static enum FollowerFunctionImpl.UnorderedStrategy extends Enum<FollowerFunctionImpl.UnorderedStrategy>
| Enum Constant and Description |
|---|
MULIT_ALTERNATIVE |
SEQUENCE |
| Modifier and Type | Method and Description |
|---|---|
static FollowerFunctionImpl.UnorderedStrategy |
valueOf(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(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 © 2015. All Rights Reserved.