Uses of Interface
de.mid.innovator.srv2api.icw2er.ERUniqueKey
-
Packages that use ERUniqueKey Package Description 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. -
-
Uses of ERUniqueKey in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return ERUniqueKey Modifier and Type Method Description static ERUniqueKeyERUniqueKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Unique Key with template and container.static ERUniqueKeyERUniqueKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Unique Key with stereotype and container.static ERUniqueKeyERUniqueKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Unique Key with template and container.static ERUniqueKeyERUniqueKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Unique Key with stereotype and container.ERUniqueKeyERGeneralization. getUniqueKey()Gets theERUniqueKeyreferenced by thisERGeneralization.ERUniqueKeyERRelationship. getUniqueKey()Gets theERUniqueKeyreferenced by thisERRelationship.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type ERUniqueKey Modifier and Type Method Description java.util.List<ERUniqueKey>ERAttribute. getERUniqueKey(K_CONTROL_OPTION... behaviourFlags)java.util.List<ERUniqueKey>EREntity. getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)java.util.List<ERUniqueKey>ERView. getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)
-