public static enum SoftTokenResult.SoftTokenResultCode extends Enum<SoftTokenResult.SoftTokenResultCode>
Enum Constant and Description |
---|
ERROR |
OK |
OK_PASSWORD_GENERATED |
OK_PASSWORD_MISSING |
Modifier and Type | Method and Description |
---|---|
static SoftTokenResult.SoftTokenResultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoftTokenResult.SoftTokenResultCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoftTokenResult.SoftTokenResultCode ERROR
public static final SoftTokenResult.SoftTokenResultCode OK
public static final SoftTokenResult.SoftTokenResultCode OK_PASSWORD_GENERATED
public static final SoftTokenResult.SoftTokenResultCode OK_PASSWORD_MISSING
public static SoftTokenResult.SoftTokenResultCode[] values()
for (SoftTokenResult.SoftTokenResultCode c : SoftTokenResult.SoftTokenResultCode.values()) System.out.println(c);
public static SoftTokenResult.SoftTokenResultCode 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 nullCopyright © 2022 KOBIL Systems GmbH. All rights reserved.