public enum TDAPI_RUN_PARAM_MODE extends Enum<TDAPI_RUN_PARAM_MODE> implements com4j.ComEnum
Parameter handling at run time.
Enum Constant and Description |
---|
PARAM_SOURCE_PRE_RUN
Insert parameters before run.
|
PARAM_SOURCE_STEPS
Insert parameters during the run (when steps are being created).
|
Modifier and Type | Method and Description |
---|---|
int |
comEnumValue() |
static TDAPI_RUN_PARAM_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDAPI_RUN_PARAM_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDAPI_RUN_PARAM_MODE PARAM_SOURCE_PRE_RUN
Insert parameters before run.
The value of this constant is 1
public static final TDAPI_RUN_PARAM_MODE PARAM_SOURCE_STEPS
Insert parameters during the run (when steps are being created).
The value of this constant is 2
public static TDAPI_RUN_PARAM_MODE[] values()
for (TDAPI_RUN_PARAM_MODE c : TDAPI_RUN_PARAM_MODE.values()) System.out.println(c);
public static TDAPI_RUN_PARAM_MODE 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 int comEnumValue()
comEnumValue
in interface com4j.ComEnum
Copyright © 2020. All rights reserved.