public static enum CPDFStampAnnotation.StandardStamp extends java.lang.Enum<CPDFStampAnnotation.StandardStamp>
Enum Constant and Description |
---|
ACCEPTED |
APPROVED |
COMPLETED |
CONFIDENTIAL |
DRAFT |
FINAL |
FORCOMMENT |
FORPUBLICRELEASE |
INFORMATIONONLY |
INITIALHERE |
NOTAPPROVED |
NOTFORPUBLICRELEASE |
PRELIMINARYRESULTS |
PRIVATEACCEPTED |
PRIVATERADIOMARK |
PRIVATEREJECTED |
REJECTED |
REVISED |
SIGNHERE |
UNKNOWN |
VOID |
WITNESS |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
content |
Modifier and Type | Method and Description |
---|---|
static CPDFStampAnnotation.StandardStamp |
str2Enum(java.lang.String content)
Gets standard text enumeration value of standard stamp according to content
|
static CPDFStampAnnotation.StandardStamp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPDFStampAnnotation.StandardStamp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPDFStampAnnotation.StandardStamp NOTAPPROVED
public static final CPDFStampAnnotation.StandardStamp APPROVED
public static final CPDFStampAnnotation.StandardStamp COMPLETED
public static final CPDFStampAnnotation.StandardStamp FINAL
public static final CPDFStampAnnotation.StandardStamp DRAFT
public static final CPDFStampAnnotation.StandardStamp CONFIDENTIAL
public static final CPDFStampAnnotation.StandardStamp NOTFORPUBLICRELEASE
public static final CPDFStampAnnotation.StandardStamp FORPUBLICRELEASE
public static final CPDFStampAnnotation.StandardStamp FORCOMMENT
public static final CPDFStampAnnotation.StandardStamp VOID
public static final CPDFStampAnnotation.StandardStamp PRELIMINARYRESULTS
public static final CPDFStampAnnotation.StandardStamp INFORMATIONONLY
public static final CPDFStampAnnotation.StandardStamp ACCEPTED
public static final CPDFStampAnnotation.StandardStamp REJECTED
public static final CPDFStampAnnotation.StandardStamp WITNESS
public static final CPDFStampAnnotation.StandardStamp INITIALHERE
public static final CPDFStampAnnotation.StandardStamp SIGNHERE
public static final CPDFStampAnnotation.StandardStamp REVISED
public static final CPDFStampAnnotation.StandardStamp PRIVATEACCEPTED
public static final CPDFStampAnnotation.StandardStamp PRIVATEREJECTED
public static final CPDFStampAnnotation.StandardStamp PRIVATERADIOMARK
public static final CPDFStampAnnotation.StandardStamp UNKNOWN
public static CPDFStampAnnotation.StandardStamp[] values()
for (CPDFStampAnnotation.StandardStamp c : CPDFStampAnnotation.StandardStamp.values()) System.out.println(c);
public static CPDFStampAnnotation.StandardStamp valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static CPDFStampAnnotation.StandardStamp str2Enum(java.lang.String content)
content
- Standard text of standard stamp