Web Dynpro API Documentation

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

All Superinterfaces:
com.sap.tc.cmi.model.ICMIGenericModelClass, com.sap.tc.cmi.model.ICMIModelClass, IWDRepositoryModelClass
All Known Subinterfaces:
IWDActionInfo, IWDInboundPlugInfo, IWDIncomingEventInfo, IWDOutboundPlugInfo

public interface IWDParameterizedFeatureInfo
extends IWDRepositoryModelClass

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


Method Summary
 int countOfParameters()
          Determine number of elements in 1:n aggregation Parameters.
 IWDParameterInfo findInParameters(java.lang.String name)
          Getter for element with given name in 1:n aggregation Parameters.
 IWDParameterInfo getParameter(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by findInParameters(String). The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006.
 int getParameterCount()
          Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfParameters(). The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006.
 java.util.Collection getParameters()
          Getter for 1:n aggregation Parameters.
 boolean hasInParameters(IWDParameterInfo o)
          Checks whether there is an element with the given name in 1:n aggregation Parameters.
 boolean hasInParameters(java.lang.String name)
          Checks whether there is an element with the given name in 1:n aggregation Parameters.
 boolean hasParameter(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by hasInParameters(...) methods. The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006.
 
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

getParameters

public java.util.Collection getParameters()
Getter for 1:n aggregation Parameters.
Returns:
java.util.Collection containing elements of the Relation Role

countOfParameters

public int countOfParameters()
Determine number of elements in 1:n aggregation Parameters.

getParameterCount

public int getParameterCount()
Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfParameters(). The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006.

Determine number of elements in 1:n aggregation Parameters.

getParameter

public IWDParameterInfo getParameter(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInParameters(String). The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006.

Getter for element with given name in 1:n aggregation Parameters.

hasParameter

public boolean hasParameter(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by hasInParameters(...) methods. The method with the old name has been kept for backward compatibility only and may be withdrawn with the first new NetWeaver release in 2006.

Checks whether there is an element with the given name in 1:n aggregation Parameters.

hasInParameters

public boolean hasInParameters(IWDParameterInfo o)
Checks whether there is an element with the given name in 1:n aggregation Parameters.

findInParameters

public IWDParameterInfo findInParameters(java.lang.String name)
Getter for element with given name in 1:n aggregation Parameters.

hasInParameters

public boolean hasInParameters(java.lang.String name)
Checks whether there is an element with the given name in 1:n aggregation Parameters.

Web Dynpro API Documentation

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