Uses of Interface
de.mid.innovator.srv2api.icw2model.MESection
-
Packages that use MESection Package Description de.mid.innovator.srv2api.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of MESection in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er with parameters of type MESection Modifier and Type Method Description <T extends ADClientAble>
java.util.List<T>EREntity. getSectionElements(java.lang.Class<T> returnType, MMStereotype stereotype, MESection refObj, K_MESECTION kind, K_CONTROL_OPTION... behaviourFlags)
The method calls getSectionElements and filters its return values according to the given stereotype value.<T extends ADClientAble>
java.util.List<T>EREntity. getSectionElements(java.lang.Class<T> returnType, MESection refObj, K_MESECTION kind, K_CONTROL_OPTION... behaviourFlags)
-
Uses of MESection in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return MESection Modifier and Type Method Description MESection
ADLoginAble. getLoginAbleSection()
The section used by thisADLoginAble
.MESection
ADXModel. getModelSection()
MESection
ADLogin. getRestrictingSection()
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MESection Modifier and Type Method Description java.util.List<MESection>
MM2Class. getClassSection()
All sections where elements of this meta class are allowed as part.java.util.List<MESection>
ADXModel. getOwnedSection(K_CONTROL_OPTION... behaviourFlags)
java.util.List<MESection>
ADClientAble. getSection()
All sections with thisADClientAble
as part. -
Uses of MESection in de.mid.innovator.srv2api.icw2model
Fields in de.mid.innovator.srv2api.icw2model declared as MESection Modifier and Type Field Description MESection
ARG_SectionEntry. ohParent
section parent or emptyMESection
ARG_CreateSection. ohSection
owner for a nested sectionMESection
ARG_SectionEntry. ohSection
section elementMethods in de.mid.innovator.srv2api.icw2model that return MESection Modifier and Type Method Description static MESection
MESectionHelper. create(SrvContext srvCtx, MESection ohSection, java.lang.String strName)
Create a new section.MESection
MESection. getNestingSection()
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type MESection Modifier and Type Method Description java.util.List<MESection>
MESection. getNestedSection(K_CONTROL_OPTION... behaviourFlags)
Methods in de.mid.innovator.srv2api.icw2model with parameters of type MESection Modifier and Type Method Description static MESection
MESectionHelper. create(SrvContext srvCtx, MESection ohSection, java.lang.String strName)
Create a new section.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type MESection Constructor Description ARG_CreateSection(MESection ohSection, java.lang.String strName)
ARG_SectionEntry(MESection ohSection, MESection ohParent, java.lang.String nameSection)
-
Uses of MESection in de.mid.innovator.srv2api.icw2pres
Fields in de.mid.innovator.srv2api.icw2pres declared as MESection Modifier and Type Field Description MESection
ARG_XClientIn. ohSection
model section (optional)Methods in de.mid.innovator.srv2api.icw2pres with parameters of type MESection Modifier and Type Method Description ARG_XClientOut
PRPresContext. getXClient(java.lang.String nameLabel, boolean dispCompleteness, boolean withAddAbleEdge, boolean withAddAbleCompartments, MESection ohSection, K_ERDIA kERDia)
Fills the client X structure for this presentation context.ARG_XClientOut
PRDiaNode. getXClientNode(java.lang.String nameLabel, boolean dispCompleteness, boolean withAddAbleEdge, boolean withAddAbleCompartments, MESection ohSection, K_ERDIA kERDia)
Fills the client X structure for this node which behaves like a presentation context.Constructors in de.mid.innovator.srv2api.icw2pres with parameters of type MESection Constructor Description ARG_XClientIn(java.lang.String nameLabel, boolean dispCompleteness, boolean withAddAbleEdge, boolean withAddAbleCompartments, MESection ohSection, K_ERDIA kERDia)
-