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