Enum Constant Summary
Enum Constants
email to user, true or false
boolean if should show the enrollment button
text of enrollment button
help link in upper right including a href
logo link full with img and a href
boolean if should add/remove member
boolean if should show the unenrollment button
text of unenrollment button
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
do a case-insensitive matching
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
emailBccGroupName
gruop name of email bcc
canSeeUserEnvironment
Deprecated.
if can see user environment
canSeeScreenState
Deprecated.
if can assign screen state
canAssignVariables
Deprecated.
if can assign variables, as user of app
emailSubject
email subject
emailToUser
email to user, true or false
logo
logo link full with img and a href
helpLink
help link in upper right including a href
instructions1
part1 below h1
managerInstructions
manager instructions
enrollmentLabel
e.g. Enrollment status: enrolled
enrollButtonText
text of enrollment button
manageMembership
boolean if should add/remove member
gshScript
gshScriptToRun (e.g. on leave or join group)
variables are:
subject: the subject being acted on
group: group being acted on
subjectLoggedIn: subject logged in might be acted on
all cu_ variables of type string, boolean, numeric
redirectToUrl
redirect to URL
unenrollButtonText
text of unenrollment button
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 name
NullPointerException
- if the argument is null
valueOfIgnoreCase
do a case-insensitive matching
Parameters:
string
-
exceptionOnNull
- will not allow null or blank entries
Returns:
the enum or null or exception if not found
getName
make a javabean
Returns:
the name