Class ARG_CLParameterDeclaration
java.lang.Object
de.mid.innovator.srv2api.icw2class.ARG_CLParameterDeclaration
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_CLParameterDeclaration
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionintid of parameter stereotypedirection of the parameterparameter elementtype elementlower boundname of the parametername of the typeupper boundtemplate element -
Constructor Summary
ConstructorsConstructorDescriptionARG_CLParameterDeclaration(CLParameter ohPar, String strName, CLClassifier ohType, String strType, ARG_TemplateBoundElement valTmpl, K_PARAM_DIRKIND kDir, String strLower, String strUpper, int idStereoPar) -
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
-
ohPar
parameter element -
strName
name of the parameter -
ohType
type element -
strType
name of the type -
valTmpl
template element -
kDir
direction of the parameter -
strLower
lower bound -
strUpper
upper bound -
idStereoPar
public int idStereoParid of parameter stereotype
-
-
Constructor Details
-
ARG_CLParameterDeclaration
public ARG_CLParameterDeclaration() -
ARG_CLParameterDeclaration
public ARG_CLParameterDeclaration(CLParameter ohPar, String strName, CLClassifier ohType, String strType, ARG_TemplateBoundElement valTmpl, K_PARAM_DIRKIND kDir, String strLower, String strUpper, int idStereoPar)
-
-
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
-