com.sap.tc.cmi.metadata
Interface ICMIRelationInfo
- All Superinterfaces:
- ICMIAbstractInfo
- public interface ICMIRelationInfo
- extends ICMIAbstractInfo
Represents the metadata of a model relation at runtime.
CMI clients should work even if there is no implementation available for a
model as long as the appropriate relation role infos are available at runtime.
This type can be called, extended or implemented by applications or frameworks using CMI.
- Version:
- $Id: //tc/CommonModelInterface/630_VAL_REL/src/_cmi_api/java/com/sap/tc/cmi/metadata/ICMIRelationInfo.java#1 $
|
Method Summary |
ICMIModelInfo |
getModelInfo()
returns the model info of the model to which this relation belongs. |
java.util.Collection |
getRoleInfos()
returns a collection with the role infos of two relation roles
which belong to the relation
The collection should be immutable. |
getModelInfo
public ICMIModelInfo getModelInfo()
- returns the model info of the model to which this relation belongs.
getRoleInfos
public java.util.Collection getRoleInfos()
- returns a collection with the role infos of two relation roles
which belong to the relation
The collection should be immutable.
Copyright © 2002 SAP AG. Automatically generated Thu Mar 3 2005, 21:53