Uses of Interface
de.mid.innovator.srv2api.icw2db.DBOptionForeignKey

Packages that use DBOptionForeignKey
de.mid.innovator.srv2api.icw2db The DB package (spezialization of the IM package) describes the concepts needed for modeling a relational database. 
de.mid.innovator.srv2api.icw2meta Meta model and administration information. 
 

Uses of DBOptionForeignKey in de.mid.innovator.srv2api.icw2db
 

Methods in de.mid.innovator.srv2api.icw2db that return DBOptionForeignKey
static DBOptionForeignKey DBOptionForeignKeyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
          Create a new Foreign Key Option with template and container with requirement.
static DBOptionForeignKey DBOptionForeignKeyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
          Create a new Foreign Key Option with stereotype and container with requirement.
 

Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBOptionForeignKey
 List<DBOptionForeignKey> DBForeignKey.getOwnedDBOptionForeignKey(K_CONTROL_OPTION... behaviourFlags)
          All foreign key options of this DBForeignKey.
 

Uses of DBOptionForeignKey in de.mid.innovator.srv2api.icw2meta
 

Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type DBOptionForeignKey
 List<DBOptionForeignKey> MMTSOptionForeignKey.getDBOptionForeignKey(K_CONTROL_OPTION... behaviourFlags)
          List of all DBOptionForeignKeys that use this configured MMTSOptionForeignKey.