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