public static enum GlobalParameters.Global extends Enum<GlobalParameters.Global> implements ParameterEnum<Object>
| Enum Constant and Description |
|---|
BATCH_ID |
CRS_ID |
PARENT_BATCH_ID |
| Modifier and Type | Method and Description |
|---|---|
ParameterHelper<Object> |
getHelper() |
Enum<?> |
self() |
static GlobalParameters.Global |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalParameters.Global[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalParameters.Global PARENT_BATCH_ID
public static final GlobalParameters.Global CRS_ID
public static final GlobalParameters.Global BATCH_ID
public static GlobalParameters.Global[] values()
for (GlobalParameters.Global c : GlobalParameters.Global.values()) System.out.println(c);
public static GlobalParameters.Global 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 nullpublic Enum<?> self()
self in interface ParameterEnum<Object>public ParameterHelper<Object> getHelper()
getHelper in interface ParameterEnum<Object>Copyright © 2013–2022. All rights reserved.