|
|||||||||||
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.TreeOptionType
Title: Description: Copyright: Copyright (c) 2002 Company:
Field Summary | |
static TreeOptionType |
COMPLETE
For persistence operations, the entity itself is and all linked entities are considered |
static int |
COMPLETE_INT
Description of the Field |
static TreeOptionType |
DEPENDENT
For persistence operations, only the entity itself is and linked dependent entities are considered |
static int |
DEPENDENT_INT
Description of the Field |
static TreeOptionType |
SKELETON
For persistence operations, only the entity itself is considered |
static int |
SKELETON_INT
Description of the Field |
Method Summary | |
static TreeOptionType |
forInt(int intVal)
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int SKELETON_INT
public static final int DEPENDENT_INT
public static final int COMPLETE_INT
public static final TreeOptionType SKELETON
public static final TreeOptionType DEPENDENT
public static final TreeOptionType COMPLETE
Method Detail |
public static TreeOptionType forInt(int intVal)
intVal
- Description of the Parameter
public int toInt()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |