Enum ProductContentsTypeValueEnumerationType

  • All Implemented Interfaces:
    Serializable, Comparable<ProductContentsTypeValueEnumerationType>

    public enum ProductContentsTypeValueEnumerationType
    extends Enum<ProductContentsTypeValueEnumerationType>

    Java class for ProductContentsTypeValueEnumerationType.

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

     <simpleType name="ProductContentsTypeValueEnumerationType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="REGIONAL"/>
         <enumeration value="OTHER"/>
         <enumeration value="OPEN_OCEAN"/>
         <enumeration value="ICE"/>
         <enumeration value="HYDROLOGY"/>
         <enumeration value="COASTAL"/>
         <enumeration value="CONTINENTAL"/>
       </restriction>
     </simpleType>