com.sap.tc.mobile.cfs.wdbll
Class AbstractRelationInfo.AbstractRelationRoleInfo

java.lang.Object
  extended by com.sap.tc.mobile.cfs.wdbll.AbstractInfo
      extended by com.sap.tc.mobile.cfs.wdbll.AbstractRelationInfo.AbstractRelationRoleInfo
All Implemented Interfaces:
com.sap.tc.cmi.metadata.ICMIAbstractInfo, com.sap.tc.cmi.metadata.ICMIRelationRoleInfo, UserDescriptor
Enclosing class:
AbstractRelationInfo

public abstract class AbstractRelationInfo.AbstractRelationRoleInfo
extends AbstractInfo
implements com.sap.tc.cmi.metadata.ICMIRelationRoleInfo

Author:
I032295

Constructor Summary
AbstractRelationInfo.AbstractRelationRoleInfo()
           
 
Method Summary
 com.sap.tc.cmi.metadata.ICMIRelationInfo getModelRelationInfo()
           
 com.sap.tc.cmi.metadata.ICMIRelationRoleInfo getOtherRoleInfo()
           
protected  boolean isSource()
           
protected  void setSource(boolean source)
           
 java.lang.String toString()
           
 
Methods inherited from class com.sap.tc.mobile.cfs.wdbll.AbstractInfo
addSupportedOption, getSetting, getSettings, metaGetNext, metaSetNext, setSetting, supportedOptions, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sap.tc.cmi.metadata.ICMIRelationRoleInfo
getCardinality, getModelClassInfo, isAggregation, isNavigable, isReadOnly
 
Methods inherited from interface com.sap.tc.cmi.metadata.ICMIAbstractInfo
addSupportedOption, getName, getSetting, getSettings, setSetting, supportedOptions, supports
 

Constructor Detail

AbstractRelationInfo.AbstractRelationRoleInfo

public AbstractRelationInfo.AbstractRelationRoleInfo()
Method Detail

getOtherRoleInfo

public com.sap.tc.cmi.metadata.ICMIRelationRoleInfo getOtherRoleInfo()
Specified by:
getOtherRoleInfo in interface com.sap.tc.cmi.metadata.ICMIRelationRoleInfo

getModelRelationInfo

public com.sap.tc.cmi.metadata.ICMIRelationInfo getModelRelationInfo()
Specified by:
getModelRelationInfo in interface com.sap.tc.cmi.metadata.ICMIRelationRoleInfo

setSource

protected void setSource(boolean source)
Parameters:
source - true if this represents the source role.

toString

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

isSource

protected boolean isSource()
Returns:
Returns the source.