public enum EBenutzerTyp extends Enum<EBenutzerTyp>
Enum Constant and Description |
---|
EXTERN
A single external user.
|
INTERN
An internal or system user that is managed directly by the FORMCYCLE system.
|
LDAP
A single LDAP user that is linked to a particular LDAP account.
|
LDAP_GROUP
A user who is part of a LDAP user group.
|
Modifier and Type | Method and Description |
---|---|
static String |
getRef(Benutzer ben) |
static EBenutzerTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBenutzerTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBenutzerTyp INTERN
public static final EBenutzerTyp LDAP
public static final EBenutzerTyp EXTERN
public static final EBenutzerTyp LDAP_GROUP
public static EBenutzerTyp[] values()
for (EBenutzerTyp c : EBenutzerTyp.values()) System.out.println(c);
public static EBenutzerTyp 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 © 2021 XIMA MEDIA GmbH. All rights reserved.