|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<ITaskQueryService.ATTRIBUTE>
oracle.bpel.services.workflow.query.ITaskQueryService.ATTRIBUTE
public static enum ITaskQueryService.ATTRIBUTE
ATRRIBUTE enumeration is used for WorkflowContext update in ITaskQueryService
| Enum Constant Summary | |
|---|---|
locale |
|
timeZone |
|
| Method Summary | |
|---|---|
static ITaskQueryService.ATTRIBUTE |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static ITaskQueryService.ATTRIBUTE[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ITaskQueryService.ATTRIBUTE locale
public static final ITaskQueryService.ATTRIBUTE timeZone
| Method Detail |
|---|
public static ITaskQueryService.ATTRIBUTE[] values()
for (ITaskQueryService.ATTRIBUTE c : ITaskQueryService.ATTRIBUTE.values())
System.out.println(c);
public static ITaskQueryService.ATTRIBUTE valueOf(java.lang.String name)
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
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||