Web Dynpro API Documentation

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

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

public interface IWDContextElementMappingInfo
extends IWDRepositoryModelClass

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


Method Summary
 int countOfContextAttributeMappings()
          Determine number of elements in 1:n aggregation ContextAttributeMappings.
 IWDContextAttributeMappingInfo findInContextAttributeMappings(java.lang.String name)
          Getter for element with given name in 1:n aggregation ContextAttributeMappings.
 IWDContextAttributeMappingInfo getContextAttributeMapping(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by findInContextAttributeMappings(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 getContextAttributeMappingCount()
          Deprecated. To avoid potential naming conflicts, this method has been renamed to countOfContextAttributeMappings(). 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 getContextAttributeMappings()
          Getter for 1:n aggregation ContextAttributeMappings.
 java.lang.String getMappedPath()
          Getter for writable property mappedPath.
 WDContextElementMappingTypeEnumInfo getMappingType()
          Getter for writable property mappingType.
 java.lang.String getOwnPath()
          Getter for writable property ownPath.
 boolean hasContextAttributeMapping(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by hasInContextAttributeMappings(...) 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 hasInContextAttributeMappings(IWDContextAttributeMappingInfo o)
          Checks whether there is an element with the given name in 1:n aggregation ContextAttributeMappings.
 boolean hasInContextAttributeMappings(java.lang.String name)
          Checks whether there is an element with the given name in 1:n aggregation ContextAttributeMappings.
 
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

getMappedPath

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

getMappingType

public WDContextElementMappingTypeEnumInfo getMappingType()
Getter for writable property mappingType.
Returns:
value of the Property

getOwnPath

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

getContextAttributeMappings

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

countOfContextAttributeMappings

public int countOfContextAttributeMappings()
Determine number of elements in 1:n aggregation ContextAttributeMappings.

getContextAttributeMappingCount

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

getContextAttributeMapping

public IWDContextAttributeMappingInfo getContextAttributeMapping(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by findInContextAttributeMappings(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 ContextAttributeMappings.

hasContextAttributeMapping

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

hasInContextAttributeMappings

public boolean hasInContextAttributeMappings(IWDContextAttributeMappingInfo o)
Checks whether there is an element with the given name in 1:n aggregation ContextAttributeMappings.

findInContextAttributeMappings

public IWDContextAttributeMappingInfo findInContextAttributeMappings(java.lang.String name)
Getter for element with given name in 1:n aggregation ContextAttributeMappings.

hasInContextAttributeMappings

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

Web Dynpro API Documentation

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