public enum TDAPI_REQ_TREE extends Enum<TDAPI_REQ_TREE>
Constants for the requirement tree.
Enum Constant and Description |
---|
REQ_ROOT_FOLDER_ID
The ID of the requirement root folder in the requirements module.
|
Modifier and Type | Method and Description |
---|---|
static TDAPI_REQ_TREE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDAPI_REQ_TREE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDAPI_REQ_TREE REQ_ROOT_FOLDER_ID
The ID of the requirement root folder in the requirements module.
The value of this constant is 0
public static TDAPI_REQ_TREE[] values()
for (TDAPI_REQ_TREE c : TDAPI_REQ_TREE.values()) System.out.println(c);
public static TDAPI_REQ_TREE 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.