public enum AggregationStateTypeWStream extends Enum<AggregationStateTypeWStream>
Enum Constant and Description |
---|
DATAWINDOWACCESS_LINEAR |
MAXEVER |
MINEVER |
SORTED |
Modifier and Type | Method and Description |
---|---|
static AggregationStateTypeWStream |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationStateTypeWStream[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationStateTypeWStream DATAWINDOWACCESS_LINEAR
public static final AggregationStateTypeWStream SORTED
public static final AggregationStateTypeWStream MAXEVER
public static final AggregationStateTypeWStream MINEVER
public static AggregationStateTypeWStream[] values()
for (AggregationStateTypeWStream c : AggregationStateTypeWStream.values()) System.out.println(c);
public static AggregationStateTypeWStream 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 © 2005–2019. All rights reserved.