Enum RubberStampIconType

  • All Implemented Interfaces:
    Serializable, Comparable<RubberStampIconType>

    public enum RubberStampIconType
    extends Enum<RubberStampIconType>

    Java class for RubberStampIconType.

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

    
     <simpleType name="RubberStampIconType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="approved"/>
         <enumeration value="experimental"/>
         <enumeration value="notApproved"/>
         <enumeration value="asIs"/>
         <enumeration value="expired"/>
         <enumeration value="notForPublicRelease"/>
         <enumeration value="confidential"/>
         <enumeration value="final"/>
         <enumeration value="sold"/>
         <enumeration value="departmental"/>
         <enumeration value="forComment"/>
         <enumeration value="topSecret"/>
         <enumeration value="draft"/>
         <enumeration value="forPublicRelease"/>
         <enumeration value="unnamed"/>
       </restriction>
     </simpleType>