Enum CompatibilityCheckOperatorST

  • All Implemented Interfaces:
    Serializable, Comparable<CompatibilityCheckOperatorST>

    public enum CompatibilityCheckOperatorST
    extends Enum<CompatibilityCheckOperatorST>

    Java class for compatibilityCheckOperator_ST.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="compatibilityCheckOperator_ST">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="NO_RULE"/>
         <enumeration value="SAME_SET"/>
         <enumeration value="ALL_FROM_SET"/>
         <enumeration value="ANY_FROM_SET"/>
         <enumeration value="ONE_FROM_SET"/>
         <enumeration value="LOWER_OR_EQUAL"/>
         <enumeration value="HIGHER_OR_EQUAL"/>
         <enumeration value="INSIDE_RANGE"/>
         <enumeration value="PART_OF_RANGE"/>
         <enumeration value="PART_OF_RANGE_OR_LOWER"/>
         <enumeration value="PART_OF_RANGE_OR_HIGHER"/>
         <enumeration value="CAPTURES_RANGE"/>
       </restriction>
     </simpleType>