public static enum IParameter.ParameterProcessType extends Enum<IParameter.ParameterProcessType>
| Modifier and Type | Method and Description |
|---|---|
static IParameter.ParameterProcessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IParameter.ParameterProcessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IParameter.ParameterProcessType Filter
public static final IParameter.ParameterProcessType Simple
public static IParameter.ParameterProcessType[] values()
for (IParameter.ParameterProcessType c : IParameter.ParameterProcessType.values()) System.out.println(c);
public static IParameter.ParameterProcessType 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 © 2015. All Rights Reserved.