Uses of Interface
de.mid.innovator.srv2api.icw2class.CLTemplateParameter
Packages that use CLTemplateParameter
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
-
Uses of CLTemplateParameter in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLTemplateParameter in de.mid.innovator.srv2api.icw2classModifier and TypeInterfaceDescriptioninterfaceA classifier template parameter exposes a classifier as a formal template parameter.Fields in de.mid.innovator.srv2api.icw2class declared as CLTemplateParameterModifier and TypeFieldDescriptionARG_TemplateBindParameter.ohFormalthe formal template parameterARG_TemplateBindParameterValues.ohFormalthe formal template parameterARG_TemplateBoundParameter.ohFormalformal parameterARG_TemplateParameterSubstitution.ohFormalthe formal template parameterARG_TemplateElementParameter.ohParformal template parameterFields in de.mid.innovator.srv2api.icw2class with type parameters of type CLTemplateParameterMethods in de.mid.innovator.srv2api.icw2class with type parameters of type CLTemplateParameterModifier and TypeMethodDescription<T extends CLTemplateParameter>
List<T> CLTemplateAbleElement.getOwnedTemplateParameter(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The formal template parameters that are owned by this element.<T extends CLTemplateParameter>
List<T> CLTemplateParameterAbleElement.getTemplateParameter(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All formal template parameters with this element as default.Methods in de.mid.innovator.srv2api.icw2class that return CLTemplateParameterModifier and TypeMethodDescriptionCLTemplateParameterSubstitution.getFormal()The formal template parameter that is associated with this substitution.CLTemplateParameterAbleElement.getOwningTemplateParameter()The formal template parameter owning this parameter able element.Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLTemplateParameterModifier and TypeMethodDescriptionCLTemplateBinding.getTemplateBindParameterValues(CLTemplateParameter ohFormal) Calculates all elements which are valid as value for the specified formal template parameter.voidCLTemplateParameterSubstitution.setFormal(CLTemplateParameter value) Set the value of Foreign Key Formal.voidCLTemplateBinding.templateBindParameter(CLTemplateParameter ohFormal, CLTemplateParameterAbleElement ohActual) Sets the specified element as actual value for the formal template parameter.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type CLTemplateParameterModifierConstructorDescriptionARG_TemplateBindParameter(CLTemplateParameter ohFormal, CLTemplateParameterAbleElement ohActual) ARG_TemplateBoundParameter(CLTemplateParameter ohFormal, CLTemplateParameterAbleElement ohActual, List<ARG_TemplateBoundParameter> seqPar) ARG_TemplateElementParameter(CLTemplateParameter ohPar, String strName, ARG_TypeStereotype valStereo, List<CLClassifier> seqCL) ARG_TemplateParameterSubstitution(CLTemplateParameter ohFormal, String strFormal, CLTemplateParameterAbleElement ohActual, String strActual, boolean isInvalid) Constructor parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLTemplateParameterModifierConstructorDescriptionARG_TemplateParameterList(CLTemplateAbleElement ohTmpl, String strTmpl, List<CLTemplateParameter> seqPar, List<String> seqParName)