Uses of Interface
de.mid.innovator.srv2api.icw2im.IMUniqueKey
Packages that use IMUniqueKey
Package
Description
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
The ER package (specialization of the IM package) deals with the modeling
concepts for the Entity Relationship Model and, in particular, entities,
attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
-
Uses of IMUniqueKey in de.mid.innovator.srv2api.icw2db
Subinterfaces of IMUniqueKey in de.mid.innovator.srv2api.icw2db -
Uses of IMUniqueKey in de.mid.innovator.srv2api.icw2er
Subinterfaces of IMUniqueKey in de.mid.innovator.srv2api.icw2erModifier and TypeInterfaceDescriptioninterface -
Uses of IMUniqueKey in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMUniqueKeyModifier and TypeMethodDescription<T extends IMUniqueKey>
List<T> IMProperty.getUniqueKey(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends IMUniqueKey>
List<T> IMProperty.getUniqueKey(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUniqueKey and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2im that return IMUniqueKeyModifier and TypeMethodDescriptionIMUniqueKeyFeature.getOwningUniqueKey()Reference to the unique key of this unique key feature.IMClassifier.getPrimaryKey()Gets the primary key of thisIMClassifier.IMKeyRelationship.getUniqueKey()Reference to the unique key referenced by this key relationship.IMClassifier.getUniqueKeyReferencedByDefault()Gets theIMUniqueKeywhich is the default to be referenced by anIMKeyRelationship.
The primary key takes preference over a candidate key, which takes preference over a simple unique key.Methods in de.mid.innovator.srv2api.icw2im with parameters of type IMUniqueKeyModifier and TypeMethodDescriptionvoidIMKeyRelationship.setUniqueKey(IMUniqueKey value) Set the value of Foreign Key UniqueKey.voidIMKeyRelationship.setUniqueKeyAndMaintain(IMUniqueKey value) Set the value of Foreign Key UniqueKey.