public enum SignatureType extends Enum<SignatureType>
| Enum Constant and Description |
|---|
APPROVAL
Signed signature type.
|
CERTIFICATION_ALL_CHANGES
Signed signature type.
|
CERTIFICATION_FILLINGFORMS_SIGNING
Signed signature type.
|
CERTIFICATION_FILLINGFORMS_SIGNING_ANNOTATIONS
Signed signature type.
|
CERTIFICATION_NO_CHANGES
Signed signature type.
|
INCOMPLETE
Represents an incomplete or partly signed signature field.
|
UNSIGNED
Represents an unsigned (empty) signature field
|
USAGE_RIGHTS
Signed signature type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCertificationType() |
static SignatureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignatureType UNSIGNED
public static final SignatureType INCOMPLETE
public static final SignatureType APPROVAL
public static final SignatureType CERTIFICATION_ALL_CHANGES
public static final SignatureType CERTIFICATION_NO_CHANGES
public static final SignatureType CERTIFICATION_FILLINGFORMS_SIGNING
public static final SignatureType CERTIFICATION_FILLINGFORMS_SIGNING_ANNOTATIONS
public static final SignatureType USAGE_RIGHTS
public static SignatureType[] values()
for (SignatureType c : SignatureType.values()) System.out.println(c);
public static SignatureType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isCertificationType()
Copyright © 2024. All rights reserved.