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

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

public final class TreeOptionType
extends java.lang.Object

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

Version:
1.0
Author:

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

SKELETON_INT

public static final int SKELETON_INT
Description of the Field

See Also:
Constant Field Values

DEPENDENT_INT

public static final int DEPENDENT_INT
Description of the Field

See Also:
Constant Field Values

COMPLETE_INT

public static final int COMPLETE_INT
Description of the Field

See Also:
Constant Field Values

SKELETON

public static final TreeOptionType SKELETON
For persistence operations, only the entity itself is considered


DEPENDENT

public static final TreeOptionType DEPENDENT
For persistence operations, only the entity itself is and linked dependent entities are considered


COMPLETE

public static final TreeOptionType COMPLETE
For persistence operations, the entity itself is and all linked entities are considered

Method Detail

forInt

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

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

toInt

public int toInt()
Description of the Method

Returns:
Description of the Return Value

toString

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

Returns:
Description of the Return Value


Copyright © 2005 SAP AG. All Rights Reserved.