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 interfaceCLClassifierTemplateParameterA 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 CLTemplateParameterARG_TemplateBindParameter. ohFormalthe formal template parameterCLTemplateParameterARG_TemplateBindParameterValues. ohFormalthe formal template parameterCLTemplateParameterARG_TemplateBoundParameter. ohFormalformal parameterCLTemplateParameterARG_TemplateParameterSubstitution. ohFormalthe formal template parameterCLTemplateParameterARG_TemplateElementParameter. ohParformal 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. seqParlist 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 CLTemplateParameterCLTemplateParameterSubstitution. getFormal()The formal template parameter that is associated with this substitution.CLTemplateParameterCLTemplateParameterAbleElement. 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_TreeArgNameAbleSelectDlgNodeCLTemplateBinding. 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 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)
-