Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.multiSelectPart
Packages that use multiSelectPart
Package
Description
-
Uses of multiSelectPart in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type multiSelectPartModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_multiSelectPart(org.eclipse.xtext.serializer.ISerializationContext context, multiSelectPart semanticObject) Contexts: multiSelectPart returns multiSelectPart Constraint: (case=Expression code=StmtBlock selector=StmtBlock) -
Uses of multiSelectPart in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return multiSelectPartModifier and TypeMethodDescriptionTemplateLangFactory.createmultiSelectPart()Returns a new object of class 'multi Select Part'.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return types with arguments of type multiSelectPartModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<multiSelectPart> genericMultiselect.getPart()Returns the value of the 'Part' containment reference list. -
Uses of multiSelectPart in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement multiSelectPartModifier and TypeClassDescriptionclassAn implementation of the model object 'multi Select Part'.Fields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with type parameters of type multiSelectPartModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<multiSelectPart> genericMultiselectImpl.partThe cached value of the 'Part' containment reference list.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return multiSelectPartMethods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return types with arguments of type multiSelectPartModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<multiSelectPart> genericMultiselectImpl.getPart() -
Uses of multiSelectPart in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type multiSelectPartModifier and TypeMethodDescriptionTemplateLangSwitch.casemultiSelectPart(multiSelectPart object) Returns the result of interpreting the object as an instance of 'multi Select Part'.