public enum TEST_CASE_COPY_PASTE_MODE extends Enum<TEST_CASE_COPY_PASTE_MODE> implements com4j.ComEnum
Options for pasting test class objects. Whether test class should be copied including all it's data cases.
Enum Constant and Description |
---|
COPY_PASTE_INCLUDE_DATA_CASE
Copy test class including all it's data cases.
|
COPY_PASTE_NO_DATA_CASE
Do not copy data cases.
|
Modifier and Type | Method and Description |
---|---|
int |
comEnumValue() |
static TEST_CASE_COPY_PASTE_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TEST_CASE_COPY_PASTE_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TEST_CASE_COPY_PASTE_MODE COPY_PASTE_NO_DATA_CASE
Do not copy data cases.
The value of this constant is 0
public static final TEST_CASE_COPY_PASTE_MODE COPY_PASTE_INCLUDE_DATA_CASE
Copy test class including all it's data cases.
The value of this constant is 32
public static TEST_CASE_COPY_PASTE_MODE[] values()
for (TEST_CASE_COPY_PASTE_MODE c : TEST_CASE_COPY_PASTE_MODE.values()) System.out.println(c);
public static TEST_CASE_COPY_PASTE_MODE 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.