IBM WebSphere Application ServerTM
Release 7

com.ibm.task.api
Class JspApplicableRoleEnum

java.lang.Object
  extended by com.ibm.task.api.JspApplicableRoleEnum
All Implemented Interfaces:
java.io.Serializable

public final class JspApplicableRoleEnum
extends java.lang.Object
implements java.io.Serializable

This enumeration class defines symbolic constants for JSP applicable role patterns. These values are to be used when JSP information is retrieved from a Web client setting.

Since:
6.0
See Also:
Serialized Form

Field Summary
static JspApplicableRoleEnum ADMIN
          Symbolic constant for applicable role admin.
static JspApplicableRoleEnum ALL
          Symbolic constant for applicable role all.
static java.lang.String COPYRIGHT
           
static JspApplicableRoleEnum EDITOR
          Symbolic constant for applicable role editor.
static JspApplicableRoleEnum ESCALATION_RECEIVER
          Symbolic constant for applicable role escalationReceiver.
static JspApplicableRoleEnum ORIGINATOR
          Symbolic constant for applicable role originator.
static JspApplicableRoleEnum OWNER
          Symbolic constant for applicable role owner.
static JspApplicableRoleEnum POTENTIAL_INSTANCE_CREATOR
          Symbolic constant for applicable role potentialInstanceCreator.
static JspApplicableRoleEnum POTENTIAL_OWNER
          Symbolic constant for applicable role potentialOwner.
static JspApplicableRoleEnum POTENTIAL_STARTER
          Symbolic constant for applicable role potentialStarter.
static JspApplicableRoleEnum READER
          Symbolic constant for applicable role reader.
static JspApplicableRoleEnum STARTER
          Symbolic constant for applicable role starter.
 
Method Summary
static JspApplicableRoleEnum newJspApplicableRoleEnum(java.lang.String jspApplicableRole)
          Factory method to create a JspUsageEnum by its string representation.
 java.lang.String toString()
          Returns a string representation of the JspUsageEnum object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

ALL

public static final JspApplicableRoleEnum ALL
Symbolic constant for applicable role all.

Since:
6.0

POTENTIAL_INSTANCE_CREATOR

public static final JspApplicableRoleEnum POTENTIAL_INSTANCE_CREATOR
Symbolic constant for applicable role potentialInstanceCreator.

Since:
6.0

ORIGINATOR

public static final JspApplicableRoleEnum ORIGINATOR
Symbolic constant for applicable role originator.

Since:
6.0

ADMIN

public static final JspApplicableRoleEnum ADMIN
Symbolic constant for applicable role admin.

Since:
6.0

OWNER

public static final JspApplicableRoleEnum OWNER
Symbolic constant for applicable role owner.

Since:
6.0

POTENTIAL_OWNER

public static final JspApplicableRoleEnum POTENTIAL_OWNER
Symbolic constant for applicable role potentialOwner.

Since:
6.0

STARTER

public static final JspApplicableRoleEnum STARTER
Symbolic constant for applicable role starter.

Since:
6.0

POTENTIAL_STARTER

public static final JspApplicableRoleEnum POTENTIAL_STARTER
Symbolic constant for applicable role potentialStarter.

Since:
6.0

EDITOR

public static final JspApplicableRoleEnum EDITOR
Symbolic constant for applicable role editor.

Since:
6.0

READER

public static final JspApplicableRoleEnum READER
Symbolic constant for applicable role reader.

Since:
6.0

ESCALATION_RECEIVER

public static final JspApplicableRoleEnum ESCALATION_RECEIVER
Symbolic constant for applicable role escalationReceiver.

Since:
6.0
Method Detail

newJspApplicableRoleEnum

public static JspApplicableRoleEnum newJspApplicableRoleEnum(java.lang.String jspApplicableRole)
Factory method to create a JspUsageEnum by its string representation. If the enum passed is not a JspUsageEnum, null is returned.

Parameters:
jspApplicableRole - The string representation of a JspApplicableRoleEnum.
Returns:
JspApplicableRoleEnum - The JspApplicableRoleEnum object created.
Since:
6.0

toString

public java.lang.String toString()
Returns a string representation of the JspUsageEnum object.

Overrides:
toString in class java.lang.Object
Returns:
String - A string representation of the object.
Since:
6.0

IBM WebSphere Application ServerTM
Release 7