public enum EPasswordAssignType extends Enum<EPasswordAssignType> implements INamedUiElement
| Enum Constant and Description | 
|---|
PWD_SET_BY_ADMIN
Passwort wird durch Admin gesetzt 
 | 
PWD_SET_BY_USER
Passwort wird durch Nutzer selbst gesetzt (Versand von Email mit entsprechenden Link 
 | 
PWD_SYSTEM_GENERATED
Passwort durch System generiert und an Nutzer versandt 
 | 
ATTR_DISPLAY_NAME| Modifier and Type | Method and Description | 
|---|---|
String | 
getDisplayName(Locale l)  | 
static EPasswordAssignType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EPasswordAssignType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EPasswordAssignType PWD_SYSTEM_GENERATED
public static final EPasswordAssignType PWD_SET_BY_ADMIN
public static final EPasswordAssignType PWD_SET_BY_USER
public static EPasswordAssignType[] values()
for (EPasswordAssignType c : EPasswordAssignType.values()) System.out.println(c);
public static EPasswordAssignType 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 String getDisplayName(Locale l)
getDisplayName in interface INamedUiElementCopyright © 2018 XIMA MEDIA GmbH. All rights reserved.