Package de.mid.innovator.srv2api.icw2be
Class ARG_BEBehaviorDeclaration
java.lang.Object
de.mid.innovator.srv2api.icw2be.ARG_BEBehaviorDeclaration
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_BEBehaviorDeclaration
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionintid of model packageintid of behavior stereotypeintid for new parameter stereotypebehavior elementlist of parametersdeclaration of the behaviorname of the behaviorreturn parameter -
Constructor Summary
ConstructorsConstructorDescriptionARG_BEBehaviorDeclaration(BEBehavior ohBE, String strDecl, String strName, List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoBe, 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
-
ohBE
behavior element -
strDecl
declaration of the behavior -
strName
name of the behavior -
seqPar
list of parameters -
valParReturn
return parameter -
idStereoBe
public int idStereoBeid of behavior stereotype -
idStereoPar
public int idStereoParid for new parameter stereotype -
idModel
public int idModelid of model package
-
-
Constructor Details
-
ARG_BEBehaviorDeclaration
public ARG_BEBehaviorDeclaration() -
ARG_BEBehaviorDeclaration
public ARG_BEBehaviorDeclaration(BEBehavior ohBE, String strDecl, String strName, List<ARG_CLParameterDeclaration> seqPar, ARG_CLParameterDeclaration valParReturn, int idStereoBe, 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
-