com.sapportals.portal.pcd.gl

Class IPcdAttribute.DL_STATE

java.lang.Object
  extended by com.sapportals.portal.pcd.gl.IPcdAttribute.DL_STATE
Enclosing interface:
IPcdAttribute

public static class IPcdAttribute.DL_STATE
extends Object

Possible values of the attribute IPcdAttribute.DELTA_LINK_STATE


Field Summary
static int IS_ADDED
          An object whose IPcdAttribute.DELTA_LINK_STATEhas this value was added to the inherited hierarchy of a deltalink (the nearest deltalink in its parent hierarchy).
static int IS_ADDED_DL_MODIFIED
          An object whose IPcdAttribute.DELTA_LINK_STATEhas this value is a deltalink that was added to the inherited hierarchy of another deltalink (the nearest deltalink in its parent hierarchy).
static int IS_DELETED
          Objects whose IPcdAttribute.DELTA_LINK_STATEhas this value exist only in the (normally invisible) modification branch of a deltalink.
static int IS_MODIFIED
          An object whose IPcdAttribute.DELTA_LINK_STATEhas this value is either a deltalink itself or it is inherited through a deltalink.
static int IS_NOT_IN_DELTALINK
          An object whose IPcdAttribute.DELTA_LINK_STATEhas this value is neither a deltalink nor is it inherited through a deltalink.
static int IS_VIRTUAL_COPY
          An object whose IPcdAttribute.DELTA_LINK_STATEhas this value is either a deltalink itself or it is inherited through a deltalink.
 
Constructor Summary
IPcdAttribute.DL_STATE()
           
 
Method Summary
static String toString(int dlState)
          Gets a string representation for the specified integer value of the Delta-Link state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS_NOT_IN_DELTALINK

public static final int IS_NOT_IN_DELTALINK
An object whose IPcdAttribute.DELTA_LINK_STATEhas this value is neither a deltalink nor is it inherited through a deltalink.
The value of this constant is -1.

See Also:
Constant Field Values

IS_VIRTUAL_COPY

public static final int IS_VIRTUAL_COPY
An object whose IPcdAttribute.DELTA_LINK_STATEhas this value is either a deltalink itself or it is inherited through a deltalink. In any case, it does not contain any attribute modifications.
The value of this constant is 1.

See Also:
Constant Field Values

IS_MODIFIED

public static final int IS_MODIFIED
An object whose IPcdAttribute.DELTA_LINK_STATEhas this value is either a deltalink itself or it is inherited through a deltalink. In any case, it contains at least one attribute modification.
The value of this constant is 2.

See Also:
Constant Field Values

IS_ADDED

public static final int IS_ADDED
An object whose IPcdAttribute.DELTA_LINK_STATEhas this value was added to the inherited hierarchy of a deltalink (the nearest deltalink in its parent hierarchy). If the object itself is also a deltalink, then it does not contain any attribute modification. .
The value of this constant is 3.

See Also:
Constant Field Values

IS_DELETED

public static final int IS_DELETED
Objects whose IPcdAttribute.DELTA_LINK_STATEhas this value exist only in the (normally invisible) modification branch of a deltalink.
The value of this constant is 4.

See Also:
Constant Field Values

IS_ADDED_DL_MODIFIED

public static final int IS_ADDED_DL_MODIFIED
An object whose IPcdAttribute.DELTA_LINK_STATEhas this value is a deltalink that was added to the inherited hierarchy of another deltalink (the nearest deltalink in its parent hierarchy). It does contain at least one attribute modification (compared to its own target).
The value of this constant is 5.

See Also:
Constant Field Values
Constructor Detail

IPcdAttribute.DL_STATE

public IPcdAttribute.DL_STATE()
Method Detail

toString

public static final String toString(int dlState)
Gets a string representation for the specified integer value of the Delta-Link state.

Returns:
a string representation for the specified integer value
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS [sap.com] tc/epbc/pcd/pars/srvgldeprecated api BC-PIN-PCD
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] EP-BASIS-API [sap.com] tc/epbc/pcd/gl/api - EP-PIN
[sap.com] EP-BASIS-API [sap.com] tc/epbc/pcd/gl/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice