Uses of Interface
de.mid.innovator.srv2api.icw2im.IMUniqueKey
-
Packages that use IMUniqueKey Package Description de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2er 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.de.mid.innovator.srv2api.icw2im 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 Modifier and Type Interface Description interfaceDBUniqueKey -
Uses of IMUniqueKey in de.mid.innovator.srv2api.icw2er
Subinterfaces of IMUniqueKey in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interfaceERUniqueKey -
Uses of IMUniqueKey in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMUniqueKey Modifier and Type Method Description <T extends IMUniqueKey>
java.util.List<T>IMProperty. getUniqueKey(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends IMUniqueKey>
java.util.List<T>IMProperty. getUniqueKey(java.lang.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 IMUniqueKey Modifier and Type Method Description IMUniqueKeyIMUniqueKeyFeature. getOwningUniqueKey()Reference to the unique key of this unique key feature.IMUniqueKeyIMClassifier. getPrimaryKey()Gets the primary key of thisIMClassifier.IMUniqueKeyIMKeyRelationship. getUniqueKey()Reference to the unique key referenced by this key relationship.IMUniqueKeyIMClassifier. 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 IMUniqueKey Modifier and Type Method Description voidIMKeyRelationship. setUniqueKey(IMUniqueKey value)Set the value of Foreign Key UniqueKey.
-