Package com.saperion.intf
Enum Class SaUserInfo.GroupKind
- All Implemented Interfaces:
Serializable
,Comparable<SaUserInfo.GroupKind>
,Constable
- Enclosing interface:
- SaUserInfo
This enumeration holds the different kinds of entities in a saperion user management entity.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDistribution list.User.Org unit.Role.Role class.Group.Undefined. -
Method Summary
Modifier and TypeMethodDescriptionstatic SaUserInfo.GroupKind
get
(int i) static SaUserInfo.GroupKind
Returns the enum constant of this class with the specified name.static SaUserInfo.GroupKind[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GRPSIMPLE
Group. -
GRPORGUNIT
Org unit. -
GRPROLECLASS
Role class. -
GRPROLE
Role. -
GRPMEMBER
User. -
GRPUNDEFINED
Undefined. -
GRPDISTRIBUTIONLIST
Distribution list.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
get
- Parameters:
i
- Index- Returns:
- Kind
-