Enum InformationTypeEnumerationType

  • All Implemented Interfaces:
    Serializable, Comparable<InformationTypeEnumerationType>

    public enum InformationTypeEnumerationType
    extends Enum<InformationTypeEnumerationType>

    Java class for InformationTypeEnumerationType.

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

     <simpleType name="InformationTypeEnumerationType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="KINEMATIC MODEL"/>
         <enumeration value="CLIMATE STATISTICS"/>
         <enumeration value="WEATHER FORECAST"/>
         <enumeration value="ESTIMATED WORKLOAD"/>
         <enumeration value="REAL WORKLOAD"/>
       </restriction>
     </simpleType>