public enum CommunityUserGroup extends Enum<CommunityUserGroup>
Enum Constant and Description |
---|
ADMINISTRATOR |
GROUP_ADMIN |
MEMBER |
MODERATOR |
SITE_CONTENT_MANAGER |
SITE_ENABLEMENT_MANAGER |
SITE_MEMBER |
Modifier and Type | Method and Description |
---|---|
abstract String |
getName() |
static CommunityUserGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunityUserGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunityUserGroup ADMINISTRATOR
public static final CommunityUserGroup MODERATOR
public static final CommunityUserGroup GROUP_ADMIN
public static final CommunityUserGroup MEMBER
public static final CommunityUserGroup SITE_CONTENT_MANAGER
public static final CommunityUserGroup SITE_MEMBER
public static final CommunityUserGroup SITE_ENABLEMENT_MANAGER
public static CommunityUserGroup[] values()
for (CommunityUserGroup c : CommunityUserGroup.values()) System.out.println(c);
public static CommunityUserGroup 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 abstract String getName()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"