|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public java.lang.String getComponentDevComp()
public java.lang.String getConfigurationDevComp()
public IWDComponentInfo getComponent()
public boolean hasComponent()
public IWDInboundPlugInfo getStartupPlug()
public boolean hasStartupPlug()
public java.util.Collection getApplicationProperties()
public int countOfApplicationProperties()
public int getApplicationPropertyCount()
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.
public IWDApplicationPropertyInfo getApplicationProperty(java.lang.String name)
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.
public boolean hasApplicationProperty(java.lang.String name)
public boolean hasInApplicationProperties(IWDApplicationPropertyInfo o)
public IWDApplicationPropertyInfo findInApplicationProperties(java.lang.String name)
public boolean hasInApplicationProperties(java.lang.String name)
public java.lang.String getPackage()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||