Web Dynpro API Documentation

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

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

public interface IWDComponentInterfaceImplementationInfo
extends IWDComponentInterfaceInfo

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


Method Summary
 int countOfImplementedInterfaces()
          Determine number of elements in 1:n association ImplementedInterfaces.
 IWDComponentInfo getComponent()
          Getter for 1:1 association Component.
 int getImplementedInterfaceCount()
          Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfImplementedInterfaces(). 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 getImplementedInterfaces()
          Getter for 1:n association ImplementedInterfaces.
 boolean hasComponent()
          Checks whether there is an element in 1:1 association Component.
 boolean hasImplementedInterface(IWDComponentInterfaceDefinitionInfo object)
          Deprecated. For better consistency and clearer names, this method has been superceded by hasInImplementedInterfaces(...) 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.
 boolean hasInImplementedInterfaces(IWDComponentInterfaceDefinitionInfo o)
          Checks whether there is an element with the given name in 1:n association ImplementedInterfaces.
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.repository.IWDComponentInterfaceInfo
countOfControllers, countOfInterfaceViews, findInControllers, findInInterfaceViews, getConfigurationController, getController, getControllerCount, getControllers, getInterfaceController, getInterfaceView, getInterfaceViewCount, getInterfaceViews, getPackage, hasConfigurationController, hasController, hasInControllers, hasInControllers, hasInInterfaceViews, hasInInterfaceViews, hasInterfaceController, hasInterfaceView
 
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

getComponent

public IWDComponentInfo getComponent()
Getter for 1:1 association Component.
Returns:
value of the Relation Role

hasComponent

public boolean hasComponent()
Checks whether there is an element in 1:1 association Component.

getImplementedInterfaces

public java.util.Collection getImplementedInterfaces()
Getter for 1:n association ImplementedInterfaces.
Returns:
java.util.Collection containing elements of the Relation Role

countOfImplementedInterfaces

public int countOfImplementedInterfaces()
Determine number of elements in 1:n association ImplementedInterfaces.

getImplementedInterfaceCount

public int getImplementedInterfaceCount()
Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfImplementedInterfaces(). 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 association ImplementedInterfaces.

hasImplementedInterface

public boolean hasImplementedInterface(IWDComponentInterfaceDefinitionInfo object)
Deprecated. For better consistency and clearer names, this method has been superceded by hasInImplementedInterfaces(...) 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 association ImplementedInterfaces.

hasInImplementedInterfaces

public boolean hasInImplementedInterfaces(IWDComponentInterfaceDefinitionInfo o)
Checks whether there is an element with the given name in 1:n association ImplementedInterfaces.

Web Dynpro API Documentation

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