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