com.sap.ip.me.api.persist.core
Class TransactionType

java.lang.Object
  extended bycom.sap.ip.me.api.persist.core.TransactionType

public final class TransactionType
extends java.lang.Object

Defines the type of the transaction. This could be either READ or WRITE.

Version:
1.0
Author:
SAP

Field Summary
static TransactionType READ
          Deprecated. constant value for read transaction
static TransactionType WRITE
          Deprecated. constant value for write transaction
 
Method Summary
 int toInt()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

READ

public static final TransactionType READ
Deprecated. 
constant value for read transaction


WRITE

public static final TransactionType WRITE
Deprecated. 
constant value for write transaction

Method Detail

toInt

public int toInt()
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 


Copyright © 2005 SAP AG. All Rights Reserved.