public static enum SaUserInfo.GroupKind extends Enum<SaUserInfo.GroupKind>
Enum Constant and Description |
---|
GRPDISTRIBUTIONLIST
Distribution list.
|
GRPMEMBER
User.
|
GRPORGUNIT
Org unit.
|
GRPROLE
Role.
|
GRPROLECLASS
Role class.
|
GRPSIMPLE
Group.
|
GRPUNDEFINED
Undefined.
|
Modifier and Type | Method and Description |
---|---|
static SaUserInfo.GroupKind |
get(int i) |
static SaUserInfo.GroupKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaUserInfo.GroupKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaUserInfo.GroupKind GRPSIMPLE
public static final SaUserInfo.GroupKind GRPORGUNIT
public static final SaUserInfo.GroupKind GRPROLECLASS
public static final SaUserInfo.GroupKind GRPROLE
public static final SaUserInfo.GroupKind GRPMEMBER
public static final SaUserInfo.GroupKind GRPUNDEFINED
public static final SaUserInfo.GroupKind GRPDISTRIBUTIONLIST
public static SaUserInfo.GroupKind[] values()
for (SaUserInfo.GroupKind c : SaUserInfo.GroupKind.values()) System.out.println(c);
public static SaUserInfo.GroupKind 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 static SaUserInfo.GroupKind get(int i)
i
- IndexCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.