Uses of Interface
de.mid.innovator.srv2api.icw2model.MEReferenceContainerAble
-
Packages that use MEReferenceContainerAble Package Description 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 (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MEReferenceContainerAble in de.mid.innovator.srv2api.icw2class
Subinterfaces of MEReferenceContainerAble in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLComponent
A component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment. -
Uses of MEReferenceContainerAble in de.mid.innovator.srv2api.icw2db
Subinterfaces of MEReferenceContainerAble in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBPackage
ADBPackage
is both aMEPackage
for organizing elements in a tree and aDBSQLObject
for modeling privileges or relationships to other SQL objects. -
Uses of MEReferenceContainerAble in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta with type parameters of type MEReferenceContainerAble Modifier and Type Method Description <T extends MEReferenceContainerAble>
java.util.List<T>ADReferenceAble. getReferenceContainer(java.lang.Class<T> returnType)
All reference container referencing this element.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MEReferenceContainerAble Modifier and Type Method Description void
ADReferenceAble. setReferenceContainer(java.util.List<? extends MEReferenceContainerAble> values)
Set the value of Foreign Key ReferenceContainer. -
Uses of MEReferenceContainerAble in de.mid.innovator.srv2api.icw2model
Subinterfaces of MEReferenceContainerAble in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interface
MEConfigurationManagement
Configuration management package.interface
MEHierarchyAble
Abstract superclass for Metaclasses which may own PackageableElements, e.g.interface
MEMappingConfigurationPackage
Abstract mapping configuration package.interface
MEMappingConfigurationPackageForward
Mapping configuration package forward direction.interface
MEMappingConfigurationPackageReverse
Mapping configuration package reverse direction.interface
MEMappingPackageContent
Package used for content below MappingPackageType.interface
MEMappingPackageType
Abstract mapping package type defines the mapping type.interface
MEMappingPackageTypeForward
Implementing mapping type with direction FORWARD.interface
MEMappingPackageTypeReverse
Implementing mapping type with direction REVERSE.interface
MEModel
A model captures a view of a physical system.interface
MEPackage
A package is a namespace for its members and may contain other packages.interface
MEStubPackage
Abstract Stub Package.interface
MEStubPackageBase
Stub package base package collecting all stub packages within a system model.interface
MEStubPackageExternalModel
Stub package for external models.interface
MEStubPackageInnovator
Stub package for Innovator modelsinterface
MESystemModel
interface
MESystemModelManagement
System model management package containing MEConfigurationManagement and MEStubPackageBase packages.Fields in de.mid.innovator.srv2api.icw2model declared as MEReferenceContainerAble Modifier and Type Field Description MEReferenceContainerAble
ARG_RefContainerElementList. ohCont
reference containerConstructors in de.mid.innovator.srv2api.icw2model with parameters of type MEReferenceContainerAble Constructor Description ARG_RefContainerElementList(MEReferenceContainerAble ohCont, java.util.List<ADReferenceAble> seqElem)
-