@DoNotObfuscate public enum CertifiedFor extends java.lang.Enum<CertifiedFor>
Enum Constant and Description |
---|
FORM_FILLING |
FORM_FILLING_AND_ANNOTATIONS |
NO_CHANGES_ALLOWED |
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns a constant, which has the same value as the iText constant
with the same name.
|
static CertifiedFor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CertifiedFor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertifiedFor NO_CHANGES_ALLOWED
public static final CertifiedFor FORM_FILLING
public static final CertifiedFor FORM_FILLING_AND_ANNOTATIONS
public static CertifiedFor[] values()
for (CertifiedFor c : CertifiedFor.values()) System.out.println(c);
public static CertifiedFor 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 int getValue()
Copyright (C) PDFUnit.com. See here for license.