Class ARG_CLOperationDeclaration
java.lang.Object
de.mid.innovator.srv2api.icw2class.ARG_CLOperationDeclaration
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_CLOperationDeclaration
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionintid of model packageintid of operation stereotypeintid for new parameter stereotypeoperation elementlist of parametersdeclaration of the operationname of the operationreturn parameter -
Constructor Summary
ConstructorsConstructorDescriptionARG_CLOperationDeclaration(CLOperation ohOp, String strDecl, String strName, List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoOp, int idStereoPar, int idModel) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
ohOp
operation element -
strDecl
declaration of the operation -
strName
name of the operation -
seqPar
list of parameters -
valParReturn
return parameter -
idStereoOp
public int idStereoOpid of operation stereotype -
idStereoPar
public int idStereoParid for new parameter stereotype -
idModel
public int idModelid of model package
-
-
Constructor Details
-
ARG_CLOperationDeclaration
public ARG_CLOperationDeclaration() -
ARG_CLOperationDeclaration
public ARG_CLOperationDeclaration(CLOperation ohOp, String strDecl, String strName, List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoOp, int idStereoPar, int idModel)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-