public enum EnumCM_ConjunctiveTerms extends java.lang.Enum<EnumCM_ConjunctiveTerms>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ConjunctiveTerms |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ConjunctiveTerms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ConjunctiveTerms AND
public static final EnumCM_ConjunctiveTerms OR
public static final EnumCM_ConjunctiveTerms NOT
public static final EnumCM_ConjunctiveTerms EXCLUSIVE_OR
public static final EnumCM_ConjunctiveTerms SERIAL_CHANGES_OF
public static final EnumCM_ConjunctiveTerms DECREASED_IN_COMPARISON_TO_PREVIOUS_ECG
public static final EnumCM_ConjunctiveTerms INCREASED_IN_COMPARISON_TO_PREVIOUS_ECG
public static final EnumCM_ConjunctiveTerms UNCHANGED_IN_COMPARISON_TO_PREVIOUS_ECG
public static final EnumCM_ConjunctiveTerms CHANGED_IN_COMPARISON_TO_PREVIOUS_ECG
public static final EnumCM_ConjunctiveTerms DISAPPEARED_IN_COMPARISON_TO_PREVIOUS_ECG
public static final EnumCM_ConjunctiveTerms REPLACED_STATEMENT_REPORTED_PREVIOUSLY
public static final EnumCM_ConjunctiveTerms IMPROVED_COMPARED_TO
public static final EnumCM_ConjunctiveTerms WORSE_COMPARED_TO
public static final EnumCM_ConjunctiveTerms RESULTS_IN_OR_CAUSES
public static final EnumCM_ConjunctiveTerms IS_SECONDARY_TO
public static final EnumCM_ConjunctiveTerms IS_ASSOCIATED_WITH
public static final EnumCM_ConjunctiveTerms EXCLUDE_RULE_OUT_OR_CONSIDER_ALSO
public static final EnumCM_ConjunctiveTerms WITH
public static final EnumCM_ConjunctiveTerms ALTERNATING_WITH
public static EnumCM_ConjunctiveTerms[] values()
for (EnumCM_ConjunctiveTerms c : EnumCM_ConjunctiveTerms.values()) System.out.println(c);
public static EnumCM_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()