public static enum SignatureNotification.sign_callback_notify extends java.lang.Enum<SignatureNotification.sign_callback_notify>
Enum Constant and Description |
---|
SIGNATURE_DONE
When the signature process is finished and no error occur.
|
SIGNATURE_INIT
The signature process is initializing.
|
SIGNATURE_START
When the signature process starts.
|
SIGNATURE_UPDATE
While storing the data to sign.
|
Modifier and Type | Method and Description |
---|---|
static SignatureNotification.sign_callback_notify |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SignatureNotification.sign_callback_notify[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignatureNotification.sign_callback_notify SIGNATURE_INIT
public static final SignatureNotification.sign_callback_notify SIGNATURE_UPDATE
public static final SignatureNotification.sign_callback_notify SIGNATURE_START
public static final SignatureNotification.sign_callback_notify SIGNATURE_DONE
public static SignatureNotification.sign_callback_notify[] values()
for (SignatureNotification.sign_callback_notify c : SignatureNotification.sign_callback_notify.values()) System.out.println(c);
public static SignatureNotification.sign_callback_notify 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 null