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