public enum ESequenceOptionType extends Enum<ESequenceOptionType>
Enum Constant and Description |
---|
cache |
cycle |
Global |
increment |
incrementBy |
Keep |
maxValue |
minValue |
noCache |
noCycle |
noKeep |
noMaxValue |
noMinValue |
noOrder |
noPartition |
noScale |
order |
restart |
restartWith |
Scale |
Session |
start |
startWith |
Modifier and Type | Method and Description |
---|---|
static ESequenceOptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESequenceOptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESequenceOptionType start
public static final ESequenceOptionType startWith
public static final ESequenceOptionType restart
public static final ESequenceOptionType restartWith
public static final ESequenceOptionType increment
public static final ESequenceOptionType incrementBy
public static final ESequenceOptionType minValue
public static final ESequenceOptionType noMinValue
public static final ESequenceOptionType maxValue
public static final ESequenceOptionType noMaxValue
public static final ESequenceOptionType cycle
public static final ESequenceOptionType noCycle
public static final ESequenceOptionType cache
public static final ESequenceOptionType noCache
public static final ESequenceOptionType order
public static final ESequenceOptionType noOrder
public static final ESequenceOptionType noPartition
public static final ESequenceOptionType noScale
public static final ESequenceOptionType Scale
public static final ESequenceOptionType Global
public static final ESequenceOptionType Session
public static final ESequenceOptionType noKeep
public static final ESequenceOptionType Keep
public static ESequenceOptionType[] values()
for (ESequenceOptionType c : ESequenceOptionType.values()) System.out.println(c);
public static ESequenceOptionType 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 © 2019. All rights reserved.