Enum Class DPIPropertyTypeEnumType

java.lang.Object
java.lang.Enum<DPIPropertyTypeEnumType>
software.xdev.bzst.dip.client.xmldocument.model.DPIPropertyTypeEnumType
All Implemented Interfaces:
Serializable, Comparable<DPIPropertyTypeEnumType>, Constable

public enum DPIPropertyTypeEnumType extends Enum<DPIPropertyTypeEnumType>

Java class for DPIPropertyType_EnumType.

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

 <simpleType name="DPIPropertyType_EnumType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="DPI901"/>
     <enumeration value="DPI902"/>
     <enumeration value="DPI903"/>
     <enumeration value="DPI904"/>
     <enumeration value="DPI905"/>
     <enumeration value="DPI906"/>
     <enumeration value="DPI907"/>
     <enumeration value="DPI908"/>
     <enumeration value="DPI909"/>
     <enumeration value="DPI910"/>
   </restriction>
 </simpleType>