|
CMI documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
represents the metadats of a model relation role at runtime This type can be called, extended or implemented by applications or frameworks using CMI.
| Method Summary | |
CMICardinality |
getCardinality()
returns the cardinality of the role according the defined CARDINALITY... |
ICMIModelClassInfo |
getModelClassInfo()
returns the model class info of the model class, to which the role belongs |
ICMIRelationInfo |
getModelRelationInfo()
returns the corresponing relation info or null, if this method is not supported. |
ICMIRelationRoleInfo |
getOtherRoleInfo()
returns the other role. |
boolean |
isAggregation()
returns true, if role is a aggregating role |
boolean |
isNavigable()
returns true, if role is navigable |
boolean |
isReadOnly()
returns true, if role is read only and can not be modified at runtime
by a Web Dynpro component or the framework. |
| Methods inherited from interface com.sap.tc.cmi.metadata.ICMIAbstractInfo |
addSupportedOption, getName, getSetting, getSettings, setSetting, supportedOptions, supports |
| Method Detail |
public ICMIModelClassInfo getModelClassInfo()
public ICMIRelationRoleInfo getOtherRoleInfo()
this is the source role info,
the target role info is returned and vice versa.
An implementation can derive this information from the corresponding
relation info or from a source role : target role association.public ICMIRelationInfo getModelRelationInfo()
return null;public CMICardinality getCardinality()
CMICardinalitypublic boolean isReadOnly()
true, if role is read only and can not be modified at runtime
by a Web Dynpro component or the framework.public boolean isAggregation()
true, if role is a aggregating rolepublic boolean isNavigable()
true, if role is navigable
|
CMI documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||