public static enum ButlerQueryAction.PARAMETER_TYPE extends Enum<ButlerQueryAction.PARAMETER_TYPE>
| Enum Constant and Description |
|---|
BOX_SIZE |
BUTLER_PRODUCT |
ETRS_BLATTSCHNITT |
IS_WMPS |
MAX_X |
MAX_Y |
METHOD |
MIN_X |
MIN_Y |
ORDER_ID |
REQUEST_ID |
| Modifier and Type | Method and Description |
|---|---|
static ButlerQueryAction.PARAMETER_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButlerQueryAction.PARAMETER_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ButlerQueryAction.PARAMETER_TYPE IS_WMPS
public static final ButlerQueryAction.PARAMETER_TYPE REQUEST_ID
public static final ButlerQueryAction.PARAMETER_TYPE ORDER_ID
public static final ButlerQueryAction.PARAMETER_TYPE BUTLER_PRODUCT
public static final ButlerQueryAction.PARAMETER_TYPE MIN_X
public static final ButlerQueryAction.PARAMETER_TYPE MIN_Y
public static final ButlerQueryAction.PARAMETER_TYPE MAX_X
public static final ButlerQueryAction.PARAMETER_TYPE MAX_Y
public static final ButlerQueryAction.PARAMETER_TYPE METHOD
public static final ButlerQueryAction.PARAMETER_TYPE BOX_SIZE
public static final ButlerQueryAction.PARAMETER_TYPE ETRS_BLATTSCHNITT
public static ButlerQueryAction.PARAMETER_TYPE[] values()
for (ButlerQueryAction.PARAMETER_TYPE c : ButlerQueryAction.PARAMETER_TYPE.values()) System.out.println(c);
public static ButlerQueryAction.PARAMETER_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 © 2012–2025 cismet GmbH. All rights reserved.