Web Dynpro API Documentation

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

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

public interface IWDParameterMappingInfo
extends IWDRepositoryModelClass

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


Method Summary
 IWDEventBindingInfo getEventBinding()
          Getter for 1:1 association EventBinding.
 IWDParameterInfo getFrom()
          Getter for 1:1 association From.
 IWDParameterInfo getTo()
          Getter for 1:1 association To.
 boolean hasEventBinding()
          Checks whether there is an element in 1:1 association EventBinding.
 boolean hasFrom()
          Checks whether there is an element in 1:1 association From.
 boolean hasTo()
          Checks whether there is an element in 1:1 association To.
 
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

getEventBinding

public IWDEventBindingInfo getEventBinding()
Getter for 1:1 association EventBinding.
Returns:
value of the Relation Role

hasEventBinding

public boolean hasEventBinding()
Checks whether there is an element in 1:1 association EventBinding.

getFrom

public IWDParameterInfo getFrom()
Getter for 1:1 association From.
Returns:
value of the Relation Role

hasFrom

public boolean hasFrom()
Checks whether there is an element in 1:1 association From.

getTo

public IWDParameterInfo getTo()
Getter for 1:1 association To.
Returns:
value of the Relation Role

hasTo

public boolean hasTo()
Checks whether there is an element in 1:1 association To.

Web Dynpro API Documentation

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