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

Packages that use DBOptionView
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 DBOptionView in de.mid.innovator.srv2api.icw2db
 

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

Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBOptionView
 List<DBOptionView> DBView.getOwnedDBOptionView(K_CONTROL_OPTION... behaviourFlags)
          All view options of this DBView.
 

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

Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type DBOptionView
 List<DBOptionView> MMTSOptionView.getDBOptionView(K_CONTROL_OPTION... behaviourFlags)
          List of all DBOptionViews using this configured MMTSOptionView.