Uses of Class
de.mid.innovator.srv2api.icw2class.ARG_CLParameterDeclaration
-
Packages that use ARG_CLParameterDeclaration Package Description de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.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_CLParameterDeclaration in de.mid.innovator.srv2api.icw2be
Fields in de.mid.innovator.srv2api.icw2be declared as ARG_CLParameterDeclaration Modifier and Type Field Description ARG_CLParameterDeclarationARG_BEBehaviorDeclaration. valParReturnreturn parameterFields in de.mid.innovator.srv2api.icw2be with type parameters of type ARG_CLParameterDeclaration Modifier and Type Field Description java.util.List<ARG_CLParameterDeclaration>ARG_BEBehaviorDeclaration. seqParlist of parametersMethods in de.mid.innovator.srv2api.icw2be with parameters of type ARG_CLParameterDeclaration Modifier and Type Method Description voidBEBehavior. modifyBehaviorDeclaration(BEBehavior ohBE, java.lang.String strDecl, java.lang.String strName, java.util.List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoBe, int idStereoPar, int idModel)Modifies the declaration of this behavior with all parameters.Method parameters in de.mid.innovator.srv2api.icw2be with type arguments of type ARG_CLParameterDeclaration Modifier and Type Method Description voidBEBehavior. modifyBehaviorDeclaration(BEBehavior ohBE, java.lang.String strDecl, java.lang.String strName, java.util.List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoBe, int idStereoPar, int idModel)Modifies the declaration of this behavior with all parameters.Constructors in de.mid.innovator.srv2api.icw2be with parameters of type ARG_CLParameterDeclaration Constructor Description ARG_BEBehaviorDeclaration(BEBehavior ohBE, java.lang.String strDecl, java.lang.String strName, java.util.List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoBe, int idStereoPar, int idModel)Constructor parameters in de.mid.innovator.srv2api.icw2be with type arguments of type ARG_CLParameterDeclaration Constructor Description ARG_BEBehaviorDeclaration(BEBehavior ohBE, java.lang.String strDecl, java.lang.String strName, java.util.List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoBe, int idStereoPar, int idModel) -
Uses of ARG_CLParameterDeclaration in de.mid.innovator.srv2api.icw2class
Fields in de.mid.innovator.srv2api.icw2class declared as ARG_CLParameterDeclaration Modifier and Type Field Description ARG_CLParameterDeclarationARG_CLOperationDeclaration. valParReturnreturn parameterFields in de.mid.innovator.srv2api.icw2class with type parameters of type ARG_CLParameterDeclaration Modifier and Type Field Description java.util.List<ARG_CLParameterDeclaration>ARG_CLOperationDeclaration. seqParlist of parametersMethods in de.mid.innovator.srv2api.icw2class with parameters of type ARG_CLParameterDeclaration Modifier and Type Method Description voidCLOperation. modifyOperationDeclaration(CLOperation ohOp, java.lang.String strDecl, java.lang.String strName, java.util.List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoOp, int idStereoPar, int idModel)Modifies the declaration of this operation with all parameters.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type ARG_CLParameterDeclaration Modifier and Type Method Description voidCLOperation. modifyOperationDeclaration(CLOperation ohOp, java.lang.String strDecl, java.lang.String strName, java.util.List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoOp, int idStereoPar, int idModel)Modifies the declaration of this operation with all parameters.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type ARG_CLParameterDeclaration Constructor Description ARG_CLOperationDeclaration(CLOperation ohOp, java.lang.String strDecl, java.lang.String strName, java.util.List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoOp, int idStereoPar, int idModel)Constructor parameters in de.mid.innovator.srv2api.icw2class with type arguments of type ARG_CLParameterDeclaration Constructor Description ARG_CLOperationDeclaration(CLOperation ohOp, java.lang.String strDecl, java.lang.String strName, java.util.List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoOp, int idStereoPar, int idModel)
-