com.ibm.bpe.api
Class JspUsageEnum
- java.lang.Object
com.ibm.bpe.api.JspUsageEnum
All implemented interfaces:
java.io.Serializable
- public final class JspUsageEnum
- extends java.lang.Object
- implements java.io.Serializable
Since:
5.1
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
FAULT
Symbolic constant for a JSP that displays information about a process instance.
|
|
INFO
Symbolic constant for a JSP that displays information about an activity.
|
|
INPUT
Symbolic constant for a JSP that displays the input of an activity.
|
|
INSTANCE
Symbolic constant for a JSP that displays information about a process instance.
|
|
MAP
Symbolic constant for a JSP that maps activity data in a HTML form into the format of the activity's output.
|
|
OUTPUT
Symbolic constant for a JSP that displays the output of an activity.
|
|
PAGE
Symbolic constant for a JSP that displays all information about an activity, including input and output.
|
|
TEMPLATE
Symbolic constant for a JSP that displays information about a process template.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
newJspUsageEnum(java.lang.String jspUsageEnum)
Factory method to create a JspUsageEnum by its string
representation.
|
|
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:
PAGE
- public static final JspUsageEnum PAGE
Symbolic constant for a JSP that displays all information about an activity, including input and output.
INFO
- public static final JspUsageEnum INFO
Symbolic constant for a JSP that displays information about an activity.
INPUT
- public static final JspUsageEnum INPUT
Symbolic constant for a JSP that displays the input of an activity.
OUTPUT
- public static final JspUsageEnum OUTPUT
Symbolic constant for a JSP that displays the output of an activity.
MAP
- public static final JspUsageEnum MAP
Symbolic constant for a JSP that maps activity data in a HTML form into the format of the activity's output.
TEMPLATE
- public static final JspUsageEnum TEMPLATE
Symbolic constant for a JSP that displays information about a process template.
INSTANCE
- public static final JspUsageEnum INSTANCE
Symbolic constant for a JSP that displays information about a process instance.
FAULT
- public static final JspUsageEnum FAULT
Symbolic constant for a JSP that displays information about a process instance.
Method Detail
newJspUsageEnum
- public static JspUsageEnum newJspUsageEnum( java.lang.String jspUsageEnum)
Factory method to create a JspUsageEnum by its string
representation. If the enum passed is not a JspUsageEnum,
the default
JspUsageEnum.PAGE
is set.
Parameters:
jspUsageEnum
- The string representation of a JspUsageEnum. Returns:
JspUsageEnum -
The JspUsageEnum object created.
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.