public enum Operation extends Enum<Operation>
| Modifier and Type | Class and Description |
|---|---|
static class |
Operation.Match |
| Enum Constant and Description |
|---|
ANY |
CUSTOM_MSG |
DIALOG_END |
DIALOG_INIT |
DIALOG_INIT_ANON |
DIALOG_INIT_SCA |
DIALOG_INIT_SCA_TAN_2_STEP |
SYNCH |
| Modifier and Type | Method and Description |
|---|---|
static Operation.Match |
find(List<org.kapott.hbci.protocol.Message> matched) |
static Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Operation CUSTOM_MSG
public static final Operation DIALOG_INIT_ANON
public static final Operation DIALOG_INIT_SCA_TAN_2_STEP
public static final Operation DIALOG_INIT_SCA
public static final Operation DIALOG_INIT
public static final Operation SYNCH
public static final Operation DIALOG_END
public static final Operation ANY
public static Operation[] values()
for (Operation c : Operation.values()) System.out.println(c);
public static Operation 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 static Operation.Match find(List<org.kapott.hbci.protocol.Message> matched)
Copyright © 2020. All rights reserved.