Web Dynpro API Documentation

com.sap.tc.webdynpro.progmodel.repository
Interface IWDNavigationTargetReferenceInfo

All Superinterfaces:
com.sap.tc.cmi.model.ICMIGenericModelClass, com.sap.tc.cmi.model.ICMIModelClass, IWDEventBindingInfo, IWDRepositoryModelClass

public interface IWDNavigationTargetReferenceInfo
extends IWDEventBindingInfo

Interface of progmodel repository model class "IWDNavigationTargetReferenceInfo". Copyright (c) 2002 - 2003. SAP AG


Method Summary
 IWDNavigationLinkInfo getNavigationLink()
          Getter for 1:1 association NavigationLink.
 IWDInboundPlugInfo getTarget()
          Getter for 1:1 association Target.
 IWDViewUsageInfo getTargetViewUsage()
          Getter for 1:1 association TargetViewUsage.
 boolean hasNavigationLink()
          Checks whether there is an element in 1:1 association NavigationLink.
 boolean hasTarget()
          Checks whether there is an element in 1:1 association Target.
 boolean hasTargetViewUsage()
          Checks whether there is an element in 1:1 association TargetViewUsage.
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.repository.IWDEventBindingInfo
countOfParametersMappings, findInParametersMappings, getParameterMapping, getParameterMappingCount, getParametersMappings, hasInParametersMappings, hasInParametersMappings, hasParameterMapping
 
Methods inherited from interface com.sap.tc.webdynpro.repository.api.IWDRepositoryModelClass
createRelatedModelObject, createRelatedModelObject, deleteRelatedModelObject, getAttributeValue, getName, getParent, getPersonalizationObject, getRepositoryModel, getRepositoryRoot, isVersionableModelObject, setAttributeValue
 
Methods inherited from interface com.sap.tc.cmi.model.ICMIGenericModelClass
addRelatedModelObject, associatedModelClassInfo, getAttributeValue, getRelatedModelObject, getRelatedModelObjects, removeRelatedModelObject, setAttributeValue, setRelatedModelObject, setRelatedModelObjects
 
Methods inherited from interface com.sap.tc.cmi.model.ICMIModelClass
associatedModel
 

Method Detail

getNavigationLink

public IWDNavigationLinkInfo getNavigationLink()
Getter for 1:1 association NavigationLink.
Returns:
value of the Relation Role

hasNavigationLink

public boolean hasNavigationLink()
Checks whether there is an element in 1:1 association NavigationLink.

getTarget

public IWDInboundPlugInfo getTarget()
Getter for 1:1 association Target.
Returns:
value of the Relation Role

hasTarget

public boolean hasTarget()
Checks whether there is an element in 1:1 association Target.

getTargetViewUsage

public IWDViewUsageInfo getTargetViewUsage()
Getter for 1:1 association TargetViewUsage.
Returns:
value of the Relation Role

hasTargetViewUsage

public boolean hasTargetViewUsage()
Checks whether there is an element in 1:1 association TargetViewUsage.

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15