public enum DSSignerAcknowledgement extends java.lang.Enum<DSSignerAcknowledgement>
| Enum Constant and Description |
|---|
ACCEPT |
NO_INTERACTION |
VIEW |
VIEW_ACCEPT |
VIEW_READ_ACCEPT |
| Modifier and Type | Method and Description |
|---|---|
static DSSignerAcknowledgement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DSSignerAcknowledgement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DSSignerAcknowledgement ACCEPT
public static final DSSignerAcknowledgement NO_INTERACTION
public static final DSSignerAcknowledgement VIEW
public static final DSSignerAcknowledgement VIEW_ACCEPT
public static final DSSignerAcknowledgement VIEW_READ_ACCEPT
public static DSSignerAcknowledgement[] values()
for (DSSignerAcknowledgement c : DSSignerAcknowledgement.values()) System.out.println(c);
public static DSSignerAcknowledgement 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