Class ARG_DiffNodeRsIn
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_DiffNodeRsIn
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_DiffNodeRsIn extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isReadOnly
value is readonlyboolean
isRequiredForCreate
this instance is required to create the referenced elementboolean
isTechnicalOnly
only a technical referenceARG_DiffNode
valValue
value in model - SharedArgK_VATTR
vattr
meta property
-
Constructor Summary
Constructors Constructor Description ARG_DiffNodeRsIn()
ARG_DiffNodeRsIn(K_VATTR vattr, ARG_DiffNode valValue, boolean isReadOnly, boolean isTechnicalOnly, boolean isRequiredForCreate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
-
-
Field Detail
-
vattr
public K_VATTR vattr
meta property
-
valValue
public ARG_DiffNode valValue
value in model - SharedArg
-
isReadOnly
public boolean isReadOnly
value is readonly
-
isTechnicalOnly
public boolean isTechnicalOnly
only a technical reference
-
isRequiredForCreate
public boolean isRequiredForCreate
this instance is required to create the referenced element
-
-
Constructor Detail
-
ARG_DiffNodeRsIn
public ARG_DiffNodeRsIn()
-
ARG_DiffNodeRsIn
public ARG_DiffNodeRsIn(K_VATTR vattr, ARG_DiffNode valValue, boolean isReadOnly, boolean isTechnicalOnly, boolean isRequiredForCreate)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-