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