public enum ObExpansionKindEnum extends Enum<ObExpansionKindEnum>
Modifier and Type | Method and Description |
---|---|
static ObExpansionKindEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObExpansionKindEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObExpansionKindEnum Parallel
public static final ObExpansionKindEnum Iterative
public static final ObExpansionKindEnum Stream
public static ObExpansionKindEnum[] values()
for (ObExpansionKindEnum c : ObExpansionKindEnum.values()) System.out.println(c);
public static ObExpansionKindEnum 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 null