Enum DocumentVersioningModeEnumeration

  • All Implemented Interfaces:
    Serializable, Comparable<DocumentVersioningModeEnumeration>

    public enum DocumentVersioningModeEnumeration
    extends Enum<DocumentVersioningModeEnumeration>

    Java class for documentVersioningModeEnumeration.

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

     <simpleType name="documentVersioningModeEnumeration">
       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
         <enumeration value="NONE"/>
         <enumeration value="INSERT_INACTIVE"/>
         <enumeration value="INSERT_ACTIVE"/>
         <enumeration value="UPDATE_ACTIVE"/>
       </restriction>
     </simpleType>