public enum PersonalRolePortlet extends java.lang.Enum<PersonalRolePortlet>
Enum Constant and Description |
---|
ARTIFACT_ACTIVITIES
Artifact Activities.
|
ARTIFACT_INFORMATION
Artifact Information.
|
CALENDAR
Calendar.
|
NAVIGATION
Navigation.
|
NEW_ACTIVITIES
New Activities.
|
SYSTEM_INFORMATION
System Information.
|
SYSTEM_JOBS
System Jobs.
|
TABLE_OF_CONTENTS
Table of Contents.
|
Modifier and Type | Method and Description |
---|---|
static PersonalRolePortlet |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PersonalRolePortlet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (PersonalRolePortlet c : PersonalRolePortlet.values()) System.out.println(c);
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null