Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


oracle.imaging
Enum WorkflowFunction.FunctionType

java.lang.Object
  extended by java.lang.Enum<WorkflowFunction.FunctionType>
      extended by oracle.imaging.WorkflowFunction.FunctionType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<WorkflowFunction.FunctionType>
Enclosing class:
WorkflowFunction

public static enum WorkflowFunction.FunctionType
extends java.lang.Enum<WorkflowFunction.FunctionType>

Enum Constant Summary
BOOLEAN
           
COMPLEX
           
DATE
           
DECIMAL
           
FLOAT
           
NUMBER
           
POLICY
           
TEXT
           
URI
           

 

Method Summary
 boolean mapsToPayloadType(java.lang.String payloadType, boolean isComplexType)
          Determines whether the function type will map to a workflow payload type.
static WorkflowFunction.FunctionType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WorkflowFunction.FunctionType[] 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, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

POLICY

public static final WorkflowFunction.FunctionType POLICY

BOOLEAN

public static final WorkflowFunction.FunctionType BOOLEAN

DATE

public static final WorkflowFunction.FunctionType DATE

DECIMAL

public static final WorkflowFunction.FunctionType DECIMAL

FLOAT

public static final WorkflowFunction.FunctionType FLOAT

NUMBER

public static final WorkflowFunction.FunctionType NUMBER

TEXT

public static final WorkflowFunction.FunctionType TEXT

URI

public static final WorkflowFunction.FunctionType URI

COMPLEX

public static final WorkflowFunction.FunctionType COMPLEX

Method Detail

values

public static WorkflowFunction.FunctionType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (WorkflowFunction.FunctionType c : WorkflowFunction.FunctionType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static WorkflowFunction.FunctionType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

mapsToPayloadType

public boolean mapsToPayloadType(java.lang.String payloadType,
                                 boolean isComplexType)
Determines whether the function type will map to a workflow payload type.
Parameters:
payloadType - an XML payload type
Returns:
true if the function type maps; otherwise, false

Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.