Uses of Interface
de.mid.innovator.srv2api.icw2er.ERUniqueKey

Packages that use ERUniqueKey
de.mid.innovator.srv2api.icw2er The ER package (spezialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships. 
 

Uses of ERUniqueKey in de.mid.innovator.srv2api.icw2er
 

Methods in de.mid.innovator.srv2api.icw2er that return ERUniqueKey
static ERUniqueKey ERUniqueKeyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
          Create a new Unique Key with template and container.
static ERUniqueKey ERUniqueKeyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
          Create a new Unique Key with stereotype and container.
static ERUniqueKey ERUniqueKeyHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
          Create a new Unique Key with template and container.
static ERUniqueKey ERUniqueKeyHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
          Create a new Unique Key with stereotype and container.
 ERUniqueKey ERRelationship.getUniqueKey()
          Gets the ERUniqueKey referenced by this ERRelationship.
 ERUniqueKey ERGeneralization.getUniqueKey()
          Gets the ERUniqueKey referenced by this ERGeneralization.
 

Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type ERUniqueKey
 List<ERUniqueKey> ERAttribute.getERUniqueKey(K_CONTROL_OPTION... behaviourFlags)
          List of unique keys (primary, candidate or unique) that use this attribute.
 List<ERUniqueKey> ERView.getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)
          List of keys of this ERView.
 List<ERUniqueKey> EREntity.getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)
          List of keys - primary, candidate or unique - of this entity.