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