com.sap.portal.pcm.relateditem
Class RelatedItemType

java.lang.Object
  |
  +--com.sap.portal.pcm.relateditem.RelatedItemType

public class RelatedItemType
extends java.lang.Object


Field Summary
static RelatedItemType DYNAMIC_NAVIGATION
          Constant for link creation mode.
static RelatedItemType RELATED_LINKS
          Constant for new (copy) creation mode.
static RelatedItemType TARGET_COMPONENTS
          Constant for delta-link creation mode.
 
Method Summary
 boolean equals(RelatedItemType type)
           
 boolean equals(java.lang.String type)
           
static RelatedItemType fromString(java.lang.String type)
           
 java.lang.String getSuffix()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RELATED_LINKS

public static final RelatedItemType RELATED_LINKS
Constant for new (copy) creation mode.

TARGET_COMPONENTS

public static final RelatedItemType TARGET_COMPONENTS
Constant for delta-link creation mode.

DYNAMIC_NAVIGATION

public static final RelatedItemType DYNAMIC_NAVIGATION
Constant for link creation mode.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(RelatedItemType type)

equals

public boolean equals(java.lang.String type)

fromString

public static RelatedItemType fromString(java.lang.String type)

getSuffix

public java.lang.String getSuffix()