Uses of Class
de.mid.innovator.srv2api.icw2class.ARG_TemplateBoundElement

Packages that use ARG_TemplateBoundElement
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 ARG_TemplateBoundElement in de.mid.innovator.srv2api.icw2class
 

Fields in de.mid.innovator.srv2api.icw2class declared as ARG_TemplateBoundElement
 ARG_TemplateBoundElement ARG_CLPropertyDeclaration.valTmpl
          template element
 ARG_TemplateBoundElement ARG_CLParameterDeclaration.valTmpl
          template element
 

Methods in de.mid.innovator.srv2api.icw2class with parameters of type ARG_TemplateBoundElement
 void CLProperty.modifyPropertyDeclaration(CLProperty ohProp, String strDecl, String strName, CLClassifier ohType, String strType, ARG_TemplateBoundElement valTmpl, String strLower, String strUpper, int idStereoProp, int idModel)
          Modify the declaration of this property.
 

Constructors in de.mid.innovator.srv2api.icw2class with parameters of type ARG_TemplateBoundElement
ARG_CLParameterDeclaration(CLParameter ohPar, String strName, CLClassifier ohType, String strType, ARG_TemplateBoundElement valTmpl, K_PARAM_DIRKIND kDir, String strLower, String strUpper, int idStereoPar)
           
ARG_CLPropertyDeclaration(CLProperty ohProp, String strDecl, String strName, CLClassifier ohType, String strType, ARG_TemplateBoundElement valTmpl, String strLower, String strUpper, int idStereoProp, int idModel)