Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELViewNavigAble

Packages that use ELViewNavigAble
de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. 
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.icw2elem   
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. 
de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. 
de.mid.innovator.srv2api.icw2meta Meta model and administration information. 
 

Uses of ELViewNavigAble in de.mid.innovator.srv2api.icw2class
 

Subinterfaces of ELViewNavigAble in de.mid.innovator.srv2api.icw2class
 interface CLGeneralization
          A generalization relates a specific classifier to a more general classifier and is owned by the specific classifier.
 interface CLPort
          A port is a property of a classifier that specifies a distinct interaction point between that classifier and its environment or between the (behavior of the) classifier and its internal parts.
 interface CLProperty
          A property is a structural feature.
 interface CLStructureEntry
           
 

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

Subinterfaces of ELViewNavigAble in de.mid.innovator.srv2api.icw2db
 interface DBColumn
          This is a utility class for DBColumn that provides static methods for creation or other purposes.
 interface DBTableColumn
           
 interface DBViewColumn
           
 

Uses of ELViewNavigAble in de.mid.innovator.srv2api.icw2elem
 

Subinterfaces of ELViewNavigAble in de.mid.innovator.srv2api.icw2elem
 interface ELGeneralization
           
 interface ELM2Attribute
          This is a utility class for ELM2Attribute that provides static methods for creation or other purposes.
 interface ELProperty
          This is a utility class for ELProperty that provides static methods for creation or other purposes.
 

Methods in de.mid.innovator.srv2api.icw2elem that return ELViewNavigAble
 ELViewNavigAble ELViewGroup.getViewGroupNavigAble()
          The element which is used to navigate by this view group.
 

Methods in de.mid.innovator.srv2api.icw2elem with parameters of type ELViewNavigAble
 void ELViewGroup.setViewGroupNavigAble(ELViewNavigAble value)
          Set the value of Foreign Key ViewGroupNavigAble.
 

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

Subinterfaces of ELViewNavigAble in de.mid.innovator.srv2api.icw2er
 interface ERAttribute
          An ERAttribute is a property of an EREntity.
 interface ERGeneralization
          A ERGeneralization is a special relationship between two entities.
 interface ERRole
          A ERRole is a part of a ERRelationship which connects the relationship to an EREntity.
 interface ERUsedAttribute
          An ERUsedAttribute (ERAttribute or ERViewAttribute) can be used by an ERViewElement.
 interface ERViewAttribute
          An ERViewAttribute describes a column of an ERView.
 

Uses of ELViewNavigAble in de.mid.innovator.srv2api.icw2im
 

Subinterfaces of ELViewNavigAble in de.mid.innovator.srv2api.icw2im
 interface IMGeneralization
          This is a utility class for IMGeneralization that provides static methods for creation or other purposes.
 interface IMProperty
          This is a utility class for IMProperty that provides static methods for creation or other purposes.
 

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

Subinterfaces of ELViewNavigAble in de.mid.innovator.srv2api.icw2meta
 interface MM2Attribute