|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<WorkAssignment.SpecializationNode>
oracle.as.scheduler.WorkAssignment.SpecializationNode
public static enum WorkAssignment.SpecializationNode
Enumerates the supported nodes for WorkAssignment specialization.
| Enum Constant Summary | |
|---|---|
ANDBinary 'and' operator. |
|
CONDITIONCondition that is leaf node. |
|
NOTUnary 'not' operator. |
|
ORBinary 'or' operator. |
|
| Method Summary | |
|---|---|
static WorkAssignment.SpecializationNode |
getNode(java.lang.String name)Returns the SpecializationNode for the given node name. |
boolean |
isBinary() |
boolean |
isBinaryOperator() |
boolean |
isCondition() |
boolean |
isOperator() |
static boolean |
isSpecializationNode(java.lang.String name)Determines if the name is a valid name for a node in a specialization expression. |
boolean |
isUnaryOperator() |
java.lang.String |
toString() |
java.lang.String |
value() |
static WorkAssignment.SpecializationNode |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static WorkAssignment.SpecializationNode[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final WorkAssignment.SpecializationNode AND
public static final WorkAssignment.SpecializationNode OR
public static final WorkAssignment.SpecializationNode NOT
public static final WorkAssignment.SpecializationNode CONDITION
| Method Detail |
|---|
public static WorkAssignment.SpecializationNode[] values()
for (WorkAssignment.SpecializationNode c : WorkAssignment.SpecializationNode.values())
System.out.println(c);
public static WorkAssignment.SpecializationNode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public boolean isBinaryOperator()
public boolean isUnaryOperator()
public boolean isCondition()
public boolean isOperator()
public boolean isBinary()
public java.lang.String toString()
toString in class java.lang.Enum<WorkAssignment.SpecializationNode>public static boolean isSpecializationNode(java.lang.String name)
true if the name is a valid node name; else falsepublic static WorkAssignment.SpecializationNode getNode(java.lang.String name)
name - node nameIllegalArgumentException - if the node name is invalid
|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||