public enum PisExecutionRule extends Enum<PisExecutionRule>
| Modifier and Type | Method and Description |
|---|---|
static Optional<PisExecutionRule> |
getByValue(String value) |
String |
getValue() |
String |
toString() |
static PisExecutionRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PisExecutionRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PisExecutionRule FOLLOWING
public static final PisExecutionRule PRECEDING
public static PisExecutionRule[] values()
for (PisExecutionRule c : PisExecutionRule.values()) System.out.println(c);
public static PisExecutionRule 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 getValue()
public static Optional<PisExecutionRule> getByValue(String value)
public String toString()
toString in class Enum<PisExecutionRule>Copyright © 2019. All rights reserved.