public enum TDAPI_ENTITIES extends Enum<TDAPI_ENTITIES>
The entities for customization types.
Enum Constant and Description |
---|
ENTITY_BUG
For future use.
|
ENTITY_REQUIREMENT
Customization for requirements.
|
Modifier and Type | Method and Description |
---|---|
static TDAPI_ENTITIES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDAPI_ENTITIES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDAPI_ENTITIES ENTITY_REQUIREMENT
Customization for requirements.
The value of this constant is 0
public static final TDAPI_ENTITIES ENTITY_BUG
For future use.
The value of this constant is 1
public static TDAPI_ENTITIES[] values()
for (TDAPI_ENTITIES c : TDAPI_ENTITIES.values()) System.out.println(c);
public static TDAPI_ENTITIES 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 © 2020. All rights reserved.