|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CertificationLevelEnum>
com.digisigner.api.CertificationLevelEnum
public enum CertificationLevelEnum
Signature certification level.
Enum Constant Summary | |
---|---|
CERTIFIED_FORM_FILLING
No changes, except the filling of form fields, will be allowed in the signed document. |
|
CERTIFIED_FORM_FILLING_AND_ANNOTATIONS
No changes, except the filling of form fields and creating annotations, will be allowed in the signed document. |
|
CERTIFIED_NO_CHANGES_ALLOWED
No changes will be allowed in the signed document. |
|
NOT_CERTIFIED
No certification, normal signature will be created. |
Method Summary | |
---|---|
static CertificationLevelEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CertificationLevelEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CertificationLevelEnum NOT_CERTIFIED
public static final CertificationLevelEnum CERTIFIED_NO_CHANGES_ALLOWED
public static final CertificationLevelEnum CERTIFIED_FORM_FILLING
public static final CertificationLevelEnum CERTIFIED_FORM_FILLING_AND_ANNOTATIONS
Method Detail |
---|
public static CertificationLevelEnum[] values()
for (CertificationLevelEnum c : CertificationLevelEnum.values()) System.out.println(c);
public static CertificationLevelEnum valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |