Package de.xima.fc.mdl.enums
Enum EBenutzerTyp
- All Implemented Interfaces:
Serializable
,Comparable<EBenutzerTyp>
Deprecated.
User profiles can have multiple user identities.
An enumeration of the different user types.
- Author:
- XIMA MEDIA GmbH
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.A single external user.Deprecated.An internal or system user that is managed directly by the formcycle system.Deprecated.A single LDAP user that is linked to a particular LDAP account.Deprecated.A user who is part of a LDAP user group. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Deprecated.static EBenutzerTyp
Deprecated.Returns the enum constant of this type with the specified name.static EBenutzerTyp[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INTERN
Deprecated.An internal or system user that is managed directly by the formcycle system. -
LDAP
Deprecated.A single LDAP user that is linked to a particular LDAP account. -
EXTERN
Deprecated.A single external user. -
LDAP_GROUP
Deprecated.A user who is part of a LDAP user group.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getRef
Deprecated.
-