Enum OperationRubberStampAnnotation.IconEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationRubberStampAnnotation.IconEnum>
    Enclosing class:
    OperationRubberStampAnnotation

    public static enum OperationRubberStampAnnotation.IconEnum
    extends Enum<OperationRubberStampAnnotation.IconEnum>
    The known \"named\" icon types for rubberstamp annotations: * approved = A stamp that marks the stamped context as approved. * experimental = A stamp that marks the stamped content to be an experimental state. * notApproved = A stamp that disapproves the stamped context. * asIs = A stamp that marks the content as is. * expired = A stamp that marks the contained information as no longer valid. * notForPublicRelease = A stamp that marks something as information for internal use only. * confidential = A stamp marking the page as confidential. * final = A stamp that indicates, that the current state of the document is final. * sold = A stamp that indicates the marked contents to be sold and no longer available. * departmental = A stamp that forbids information to be shared to recipient outside of a given department. * forComment = Marks the stamped context as a comment. * topSecret = Marks the stamped content not to be shared publicly. * draft = A stamp marking the content to be a draft and therefore a work in progress. * forPublicRelease = Marks the content for public sharing. * unnamed = The rubberstamp shall not provide a predefined name.