Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


oracle.wcps.conductor.scenario.syntax
Enum ITransactionStatement.TransactionBehavior

java.lang.Object
  extended by java.lang.Enum<ITransactionStatement.TransactionBehavior>
      extended by oracle.wcps.conductor.scenario.syntax.ITransactionStatement.TransactionBehavior

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ITransactionStatement.TransactionBehavior>
Enclosing interface:
ITransactionStatement

public static enum ITransactionStatement.TransactionBehavior
extends java.lang.Enum<ITransactionStatement.TransactionBehavior>

Definition for transaction behavior.


Enum Constant Summary
NOT_SUPPORTED
           
REQUIRED
           
REQUIRES_NEW
           
SUPPORTS
           

 

Method Summary
static ITransactionStatement.TransactionBehavior valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ITransactionStatement.TransactionBehavior[] 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

SUPPORTS

public static final ITransactionStatement.TransactionBehavior SUPPORTS

NOT_SUPPORTED

public static final ITransactionStatement.TransactionBehavior NOT_SUPPORTED

REQUIRED

public static final ITransactionStatement.TransactionBehavior REQUIRED

REQUIRES_NEW

public static final ITransactionStatement.TransactionBehavior REQUIRES_NEW

Method Detail

values

public static ITransactionStatement.TransactionBehavior[] 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 (ITransactionStatement.TransactionBehavior c : ITransactionStatement.TransactionBehavior.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ITransactionStatement.TransactionBehavior 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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


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