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

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

public final class PersistenceOperationType
extends java.lang.Object

Title: Description: Copyright: Copyright (c) 2002 Company:

Version:
1.0
Author:

Field Summary
static PersistenceOperationType DELETE
          Description of the Field
static PersistenceOperationType INSERT
          Description of the Field
static PersistenceOperationType MODIFY
          Description of the Field
static PersistenceOperationType NOOPER
          Description of the Field
 
Method Summary
 boolean equals(java.lang.Object object)
          Description of the Method
static PersistenceOperationType forInt(int intVal)
          Description of the Method
 PersistenceOperationType getMerged(PersistenceOperationType nextOperationType)
          Gets the merged attribute of the PersistenceOperationType object
 PersistenceOperationType getOnExists(boolean exists)
          Gets the onExists attribute of the PersistenceOperationType object
 int hashCode()
          Description of the Method
 int toInt()
          Description of the Method
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INSERT

public static final PersistenceOperationType INSERT
Description of the Field


MODIFY

public static final PersistenceOperationType MODIFY
Description of the Field


DELETE

public static final PersistenceOperationType DELETE
Description of the Field


NOOPER

public static final PersistenceOperationType NOOPER
Description of the Field

Method Detail

forInt

public static PersistenceOperationType forInt(int intVal)
Description of the Method

Parameters:
intVal - Description of the Parameter
Returns:
Description of the Return Value

toString

public java.lang.String toString()
Description of the Method

Returns:
Description of the Return Value

toInt

public int toInt()
Description of the Method

Returns:
Description of the Return Value

equals

public boolean equals(java.lang.Object object)
Description of the Method

Parameters:
object - Description of the Parameter
Returns:
Description of the Return Value

hashCode

public int hashCode()
Description of the Method

Returns:
Description of the Return Value

getMerged

public PersistenceOperationType getMerged(PersistenceOperationType nextOperationType)
Gets the merged attribute of the PersistenceOperationType object

Parameters:
nextOperationType - Description of the Parameter
Returns:
The merged value

getOnExists

public PersistenceOperationType getOnExists(boolean exists)
Gets the onExists attribute of the PersistenceOperationType object

Parameters:
exists - Description of the Parameter
Returns:
The onExists value


Copyright © 2005 SAP AG. All Rights Reserved.