Enum CountingTrendEnumeration

  • All Implemented Interfaces:
    Serializable, Comparable<CountingTrendEnumeration>

    public enum CountingTrendEnumeration
    extends Enum<CountingTrendEnumeration>

    Java class for CountingTrendEnumeration.

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

     <simpleType name="CountingTrendEnumeration">
       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
         <enumeration value="decreasing"/>
         <enumeration value="increasing"/>
         <enumeration value="stable"/>
         <enumeration value="unstable"/>
         <enumeration value="increasingQuickly"/>
         <enumeration value="increasingSlowly"/>
         <enumeration value="decreasingQuickly"/>
         <enumeration value="decreasingSlowly"/>
         <enumeration value="unknown"/>
       </restriction>
     </simpleType>