public enum TDAPI_STEP_CREATE extends Enum<TDAPI_STEP_CREATE> implements com4j.ComEnum
Step modification mode.
Enum Constant and Description |
---|
TDOLE_STEP_CREATE
Create mode.
|
TDOLE_STEP_UPDATE
Update mode.
|
Modifier and Type | Method and Description |
---|---|
int |
comEnumValue() |
static TDAPI_STEP_CREATE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDAPI_STEP_CREATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDAPI_STEP_CREATE TDOLE_STEP_CREATE
Create mode.
The value of this constant is 0
public static final TDAPI_STEP_CREATE TDOLE_STEP_UPDATE
Update mode.
The value of this constant is 2
public static TDAPI_STEP_CREATE[] values()
for (TDAPI_STEP_CREATE c : TDAPI_STEP_CREATE.values()) System.out.println(c);
public static TDAPI_STEP_CREATE 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.