public enum TDAPI_COMPARISON extends Enum<TDAPI_COMPARISON> implements com4j.ComEnum
Comparison related constants.
| Enum Constant and Description | 
|---|
COMPARE_TO_CURRENT_ID
 Id that should be passed to compare baselines when comparing to current status (and not to another baseline) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
comEnumValue()  | 
static TDAPI_COMPARISON | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TDAPI_COMPARISON[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final TDAPI_COMPARISON COMPARE_TO_CURRENT_ID
Id that should be passed to compare baselines when comparing to current status (and not to another baseline)
The value of this constant is -1
public static TDAPI_COMPARISON[] values()
for (TDAPI_COMPARISON c : TDAPI_COMPARISON.values()) System.out.println(c);
public static TDAPI_COMPARISON 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.