public enum SequenceType extends Enum<SequenceType>
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonValue() |
static SequenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SequenceType ONE_OFF
public static final SequenceType FIRST
public static final SequenceType RECURRING
public static SequenceType[] values()
for (SequenceType c : SequenceType.values()) System.out.println(c);
public static SequenceType 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 getJsonValue()
Copyright © 2020. All rights reserved.