Uses of Interface
de.mid.innovator.srv2api.icw2class.CLTemplateParameter
-
Packages that use CLTemplateParameter 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. -
-
Uses of CLTemplateParameter in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLTemplateParameter in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLClassifierTemplateParameter
A classifier template parameter exposes a classifier as a formal template parameter.Fields in de.mid.innovator.srv2api.icw2class declared as CLTemplateParameter Modifier and Type Field Description CLTemplateParameter
ARG_TemplateBindParameter. ohFormal
the formal template parameterCLTemplateParameter
ARG_TemplateBindParameterValues. ohFormal
the formal template parameterCLTemplateParameter
ARG_TemplateBoundParameter. ohFormal
formal parameterCLTemplateParameter
ARG_TemplateParameterSubstitution. ohFormal
the formal template parameterCLTemplateParameter
ARG_TemplateElementParameter. ohPar
formal template parameterFields in de.mid.innovator.srv2api.icw2class with type parameters of type CLTemplateParameter Modifier and Type Field Description java.util.List<CLTemplateParameter>
ARG_TemplateParameterList. seqPar
list of template parametersMethods in de.mid.innovator.srv2api.icw2class with type parameters of type CLTemplateParameter Modifier and Type Method Description <T extends CLTemplateParameter>
java.util.List<T>CLTemplateAbleElement. getOwnedTemplateParameter(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The formal template parameters that are owned by this element.<T extends CLTemplateParameter>
java.util.List<T>CLTemplateParameterAbleElement. getTemplateParameter(java.lang.Class<T> returnType)
All formal template parameters with this element as default.Methods in de.mid.innovator.srv2api.icw2class that return CLTemplateParameter Modifier and Type Method Description CLTemplateParameter
CLTemplateParameterSubstitution. getFormal()
The formal template parameter that is associated with this substitution.CLTemplateParameter
CLTemplateParameterAbleElement. getOwningTemplateParameter()
The formal template parameter owning this parameter able element.Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLTemplateParameter Modifier and Type Method Description ARG_TreeArgNameAbleSelectDlgNode
CLTemplateBinding. getTemplateBindParameterValues(CLTemplateParameter ohFormal)
Calculates all elements which are valid as value for the specified formal template parameter.void
CLTemplateParameterSubstitution. setFormal(CLTemplateParameter value)
Set the value of Foreign Key Formal.void
CLTemplateBinding. 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 CLTemplateParameter Constructor Description ARG_TemplateBindParameter(CLTemplateParameter ohFormal, CLTemplateParameterAbleElement ohActual)
ARG_TemplateBindParameterValues(CLTemplateParameter ohFormal)
ARG_TemplateBoundParameter(CLTemplateParameter ohFormal, CLTemplateParameterAbleElement ohActual, java.util.List<ARG_TemplateBoundParameter> seqPar)
ARG_TemplateElementParameter(CLTemplateParameter ohPar, java.lang.String strName, ARG_TypeStereotype valStereo, java.util.List<CLClassifier> seqCL)
ARG_TemplateParameterSubstitution(CLTemplateParameter ohFormal, java.lang.String strFormal, CLTemplateParameterAbleElement ohActual, java.lang.String strActual, boolean isInvalid)
Constructor parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLTemplateParameter Constructor Description ARG_TemplateParameterList(CLTemplateAbleElement ohTmpl, java.lang.String strTmpl, java.util.List<CLTemplateParameter> seqPar, java.util.List<java.lang.String> seqParName)
-