Enum DocumentTypeVersioningEnumeration

  • All Implemented Interfaces:
    Serializable, Comparable<DocumentTypeVersioningEnumeration>

    public enum DocumentTypeVersioningEnumeration
    extends Enum<DocumentTypeVersioningEnumeration>

    Java class for documentTypeVersioningEnumeration.

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

     <simpleType name="documentTypeVersioningEnumeration">
       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
         <enumeration value="NONE"/>
         <enumeration value="AUTOMATIC"/>
         <enumeration value="AUDIT"/>
         <enumeration value="PROMPT"/>
         <enumeration value="SIMPLE"/>
       </restriction>
     </simpleType>