public enum TDAPI_COPY_PASTE_MODES extends Enum<TDAPI_COPY_PASTE_MODES> implements com4j.ComEnum
Options for pasting design steps linked to tests where the linked tests already exist in the target project.
| Enum Constant and Description | 
|---|
COPY_PASTE_CREATE_LINKED_TEST_MODE
 Create new copies of the linked tests. 
 | 
COPY_PASTE_CREATE_RELATED_ENTITIES_MODE
 Create new copies of the related entities. 
 | 
COPY_PASTE_NO_LINKED_TEST_MODE
 Do not copy the linked tests. 
 | 
COPY_PASTE_NO_RELATED_ENTITIES_MODE
 Do not copy the related entities. 
 | 
COPY_PASTE_USE_LINKED_TEST_MODE
 Link the design steps to the existing tests. 
 | 
COPY_PASTE_USE_RELATED_ENTITIES_MODE
 Link the entity to the existing found entities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
comEnumValue()  | 
static TDAPI_COPY_PASTE_MODES | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TDAPI_COPY_PASTE_MODES[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final TDAPI_COPY_PASTE_MODES COPY_PASTE_NO_LINKED_TEST_MODE
Do not copy the linked tests.
The value of this constant is 0
public static final TDAPI_COPY_PASTE_MODES COPY_PASTE_USE_LINKED_TEST_MODE
Link the design steps to the existing tests.
The value of this constant is 1
public static final TDAPI_COPY_PASTE_MODES COPY_PASTE_CREATE_LINKED_TEST_MODE
Create new copies of the linked tests.
The value of this constant is 2
public static final TDAPI_COPY_PASTE_MODES COPY_PASTE_NO_RELATED_ENTITIES_MODE
Do not copy the related entities.
The value of this constant is 4
public static final TDAPI_COPY_PASTE_MODES COPY_PASTE_USE_RELATED_ENTITIES_MODE
Link the entity to the existing found entities.
The value of this constant is 8
public static final TDAPI_COPY_PASTE_MODES COPY_PASTE_CREATE_RELATED_ENTITIES_MODE
Create new copies of the related entities.
The value of this constant is 16
public static TDAPI_COPY_PASTE_MODES[] values()
for (TDAPI_COPY_PASTE_MODES c : TDAPI_COPY_PASTE_MODES.values()) System.out.println(c);
public static TDAPI_COPY_PASTE_MODES 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.ComEnumCopyright © 2020. All rights reserved.