Uses of Interface
de.mid.innovator.srv2api.icw2im.IMUniqueKeyFeature
-
Packages that use IMUniqueKeyFeature Package Description de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of IMUniqueKeyFeature in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return IMUniqueKeyFeature Modifier and Type Method Description static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with stereotype and container with requirement.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with stereotype and container with requirement.IMUniqueKeyFeature
IMKeyRelationshipFeature. getUniqueKeyFeature()
Reference to the unique key feature referenced by this key relationship feature.Methods in de.mid.innovator.srv2api.icw2im that return types with arguments of type IMUniqueKeyFeature Modifier and Type Method Description static java.util.List<IMUniqueKeyFeature>
IMUniqueKeyFeatureHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates an analogIMUniqueKeyFeature
for the given ER element in the givenDBUniqueKey
(DB element).java.util.List<IMUniqueKeyFeature>
IMUniqueKey. getOwnedUniqueKeyFeature(K_CONTROL_OPTION... behaviourFlags)
List of unique key features of this unique key.
-