public static enum CPDFAnnotation.ReviewState extends java.lang.Enum<CPDFAnnotation.ReviewState>
Enum Constant and Description |
---|
REVIEW_ACCEPTED |
REVIEW_CANCELLED |
REVIEW_COMPLETED |
REVIEW_ERROR |
REVIEW_NONE |
REVIEW_REJECTED |
Modifier and Type | Field and Description |
---|---|
int |
id |
Modifier and Type | Method and Description |
---|---|
static CPDFAnnotation.ReviewState |
toEnum(int id) |
static CPDFAnnotation.ReviewState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPDFAnnotation.ReviewState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPDFAnnotation.ReviewState REVIEW_ACCEPTED
public static final CPDFAnnotation.ReviewState REVIEW_REJECTED
public static final CPDFAnnotation.ReviewState REVIEW_CANCELLED
public static final CPDFAnnotation.ReviewState REVIEW_COMPLETED
public static final CPDFAnnotation.ReviewState REVIEW_NONE
public static final CPDFAnnotation.ReviewState REVIEW_ERROR
public static CPDFAnnotation.ReviewState[] values()
for (CPDFAnnotation.ReviewState c : CPDFAnnotation.ReviewState.values()) System.out.println(c);
public static CPDFAnnotation.ReviewState 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 CPDFAnnotation.ReviewState toEnum(int id)