public enum EnumCV_ConjunctiveTerms extends java.lang.Enum<EnumCV_ConjunctiveTerms>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ConjunctiveTerms |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ConjunctiveTerms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ConjunctiveTerms AND_D_2_5_1_AND
public static final EnumCV_ConjunctiveTerms OR_D_2_5_1_OR
public static final EnumCV_ConjunctiveTerms NOT_D_2_5_1_NOT
public static final EnumCV_ConjunctiveTerms EXCLUSIVE_OR_D_2_5_1_XOR
public static final EnumCV_ConjunctiveTerms SERIAL_CHANGES_OF_D_2_5_3_SER
public static final EnumCV_ConjunctiveTerms DECREASED_IN_COMPARISON_TO_PREVIOUS_ECG_D_2_5_3_DEC
public static final EnumCV_ConjunctiveTerms INCREASED_IN_COMPARISON_TO_PREVIOUS_ECG_D_2_5_3_INC
public static final EnumCV_ConjunctiveTerms UNCHANGED_IN_COMPARISON_TO_PREVIOUS_ECG_D_2_5_3_UNC
public static final EnumCV_ConjunctiveTerms CHANGED_IN_COMPARISON_TO_PREVIOUS_ECG_D_2_5_3_CHG
public static final EnumCV_ConjunctiveTerms DISAPPEARED_IN_COMPARISON_TO_PREVIOUS_ECG_D_2_5_3_DIS
public static final EnumCV_ConjunctiveTerms REPLACED_STATEMENT_REPORTED_PREVIOUSLY_D_2_5_3_REP
public static final EnumCV_ConjunctiveTerms IMPROVED_COMPARED_TO_D_2_5_3_IMP
public static final EnumCV_ConjunctiveTerms WORSE_COMPARED_TO_D_2_5_3_WRS
public static final EnumCV_ConjunctiveTerms RESULTS_IN_OR_CAUSES_D_2_5_4_RES
public static final EnumCV_ConjunctiveTerms IS_SECONDARY_TO_D_2_5_4_SEC
public static final EnumCV_ConjunctiveTerms IS_ASSOCIATED_WITH_D_2_5_4_ASS
public static final EnumCV_ConjunctiveTerms EXCLUDE_RULE_OUT_OR_CONSIDER_ALSO_D_2_5_4_EXC
public static final EnumCV_ConjunctiveTerms WITH_D_2_5_4_WTH
public static final EnumCV_ConjunctiveTerms ALTERNATING_WITH_D_2_5_4_ALT
public static EnumCV_ConjunctiveTerms[] values()
for (EnumCV_ConjunctiveTerms c : EnumCV_ConjunctiveTerms.values()) System.out.println(c);
public static EnumCV_ConjunctiveTerms valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()