public static enum TermFunction.Steps.Direction extends Enum<TermFunction.Steps.Direction>
| Enum Constant and Description |
|---|
END |
JUMP_BOTH |
JUMP_END |
JUMP_NONE |
JUMP_START |
START |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TermFunction.Steps.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermFunction.Steps.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TermFunction.Steps.Direction JUMP_START
public static final TermFunction.Steps.Direction JUMP_END
public static final TermFunction.Steps.Direction JUMP_BOTH
public static final TermFunction.Steps.Direction JUMP_NONE
public static final TermFunction.Steps.Direction START
public static final TermFunction.Steps.Direction END
public static TermFunction.Steps.Direction[] values()
for (TermFunction.Steps.Direction c : TermFunction.Steps.Direction.values()) System.out.println(c);
public static TermFunction.Steps.Direction 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<TermFunction.Steps.Direction>Copyright © 2019. All rights reserved.