Web Dynpro API Documentation

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

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

public interface IWDApplicationInfo
extends IWDRepositoryModelClass

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


Method Summary
 int countOfApplicationProperties()
          Determine number of elements in 1:n aggregation ApplicationProperties.
 IWDApplicationPropertyInfo findInApplicationProperties(java.lang.String name)
          Getter for element with given name in 1:n aggregation ApplicationProperties.
 java.util.Collection getApplicationProperties()
          Getter for 1:n aggregation ApplicationProperties.
 IWDApplicationPropertyInfo getApplicationProperty(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by findInApplicationProperties(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 getApplicationPropertyCount()
          Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfApplicationProperties(). 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.
 IWDComponentInfo getComponent()
          Getter for 1:1 association Component.
 java.lang.String getComponentDevComp()
          Getter for writable property componentDevComp.
 java.lang.String getConfigurationDevComp()
          Getter for writable property configurationDevComp.
 java.lang.String getPackage()
          Returns the package of the application.
 IWDInboundPlugInfo getStartupPlug()
          Getter for 1:1 association StartupPlug.
 boolean hasApplicationProperty(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by hasInApplicationProperties(...) 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 hasComponent()
          Checks whether there is an element in 1:1 association Component.
 boolean hasInApplicationProperties(IWDApplicationPropertyInfo o)
          Checks whether there is an element with the given name in 1:n aggregation ApplicationProperties.
 boolean hasInApplicationProperties(java.lang.String name)
          Checks whether there is an element with the given name in 1:n aggregation ApplicationProperties.
 boolean hasStartupPlug()
          Checks whether there is an element in 1:1 association StartupPlug.
 
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

getComponentDevComp

public java.lang.String getComponentDevComp()
Getter for writable property componentDevComp.
Returns:
value of the Property

getConfigurationDevComp

public java.lang.String getConfigurationDevComp()
Getter for writable property configurationDevComp.
Returns:
value of the Property

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.

getStartupPlug

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

hasStartupPlug

public boolean hasStartupPlug()
Checks whether there is an element in 1:1 association StartupPlug.

getApplicationProperties

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

countOfApplicationProperties

public int countOfApplicationProperties()
Determine number of elements in 1:n aggregation ApplicationProperties.

getApplicationPropertyCount

public int getApplicationPropertyCount()
Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfApplicationProperties(). 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 ApplicationProperties.

getApplicationProperty

public IWDApplicationPropertyInfo getApplicationProperty(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInApplicationProperties(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 ApplicationProperties.

hasApplicationProperty

public boolean hasApplicationProperty(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by hasInApplicationProperties(...) 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 ApplicationProperties.

hasInApplicationProperties

public boolean hasInApplicationProperties(IWDApplicationPropertyInfo o)
Checks whether there is an element with the given name in 1:n aggregation ApplicationProperties.

findInApplicationProperties

public IWDApplicationPropertyInfo findInApplicationProperties(java.lang.String name)
Getter for element with given name in 1:n aggregation ApplicationProperties.

hasInApplicationProperties

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

getPackage

public java.lang.String getPackage()
Returns the package of the application.
Returns:
The package of the application

Web Dynpro API Documentation

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