public enum EPasswordLinkType extends Enum<EPasswordLinkType>
Enum Constant and Description |
---|
PWD_RESET
Link für Passwort-Vergessen
|
PWD_SET
Benutzer neu angelegt, Link für Passwortvergabe durch Nutzer
|
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
static EPasswordLinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPasswordLinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPasswordLinkType PWD_SET
public static final EPasswordLinkType PWD_RESET
public static final EPasswordLinkType UNDEFINED
public static EPasswordLinkType[] values()
for (EPasswordLinkType c : EPasswordLinkType.values()) System.out.println(c);
public static EPasswordLinkType 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 © 2019 XIMA MEDIA GmbH. All rights reserved.