Skip navigation links

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

E12853-01


oracle.imaging
Enum BpelFunction.FunctionType

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

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

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

Enum Constant Summary
BOOLEAN
           
DATE
           
DECIMAL
           
FLOAT
           
NUMBER
           
POLICY
           
TEXT
           
URI
           

 

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

BOOLEAN

public static final BpelFunction.FunctionType BOOLEAN

DATE

public static final BpelFunction.FunctionType DATE

DECIMAL

public static final BpelFunction.FunctionType DECIMAL

FLOAT

public static final BpelFunction.FunctionType FLOAT

NUMBER

public static final BpelFunction.FunctionType NUMBER

TEXT

public static final BpelFunction.FunctionType TEXT

URI

public static final BpelFunction.FunctionType URI

Method Detail

values

public static BpelFunction.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 (BpelFunction.FunctionType c : BpelFunction.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 BpelFunction.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)
Determines whether the function type will map to a BPEL payload type.
Parameters:
payloadType - an XML payload type
Returns:
true if the function type maps; otherwise, false

Skip navigation links

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

E12853-01


Copyright © 2010, Oracle. All rights reserved.