public enum TDAPI_CONDSTAT extends Enum<TDAPI_CONDSTAT> implements com4j.ComEnum
Run condition statuses.
| Enum Constant and Description | 
|---|
TDCOND_FAILED
 FAILED condition status. 
 | 
TDCOND_FINISHED
 The run finished. 
 | 
TDCOND_PASSED
 The run finished successfully. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
comEnumValue()  | 
static TDAPI_CONDSTAT | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TDAPI_CONDSTAT[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final TDAPI_CONDSTAT TDCOND_FINISHED
The run finished.
The value of this constant is 1
public static final TDAPI_CONDSTAT TDCOND_PASSED
The run finished successfully.
The value of this constant is 2
public static final TDAPI_CONDSTAT TDCOND_FAILED
FAILED condition status.
The value of this constant is 3
public static TDAPI_CONDSTAT[] values()
for (TDAPI_CONDSTAT c : TDAPI_CONDSTAT.values()) System.out.println(c);
public static TDAPI_CONDSTAT 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.