public static enum StateDescriptor.Type extends Enum<StateDescriptor.Type>
| Enum Constant and Description |
|---|
AGGREGATING |
LIST |
MAP |
REDUCING |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
static StateDescriptor.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateDescriptor.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StateDescriptor.Type VALUE
public static final StateDescriptor.Type LIST
public static final StateDescriptor.Type REDUCING
public static final StateDescriptor.Type AGGREGATING
public static final StateDescriptor.Type MAP
public static StateDescriptor.Type[] values()
for (StateDescriptor.Type c : StateDescriptor.Type.values()) System.out.println(c);
public static StateDescriptor.Type 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 © 2014–2025 The Apache Software Foundation. All rights reserved.