|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.persist.core.PersistenceOperationType
Title: Description: Copyright: Copyright (c) 2002 Company:
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 |
public static final PersistenceOperationType INSERT
public static final PersistenceOperationType MODIFY
public static final PersistenceOperationType DELETE
public static final PersistenceOperationType NOOPER
Method Detail |
public static PersistenceOperationType forInt(int intVal)
intVal
- Description of the Parameter
public java.lang.String toString()
public int toInt()
public boolean equals(java.lang.Object object)
object
- Description of the Parameter
public int hashCode()
public PersistenceOperationType getMerged(PersistenceOperationType nextOperationType)
nextOperationType
- Description of the Parameter
public PersistenceOperationType getOnExists(boolean exists)
exists
- Description of the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |