Class ARG_DiffNodeRsIn
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_DiffNodeRsIn
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanvalue is readonlybooleanthis instance is required to create the referenced elementbooleanonly a technical referencevalue in model - SharedArgmeta property -
Constructor Summary
ConstructorsConstructorDescriptionARG_DiffNodeRsIn(K_VATTR vattr, ARG_DiffNode valValue, boolean isReadOnly, boolean isTechnicalOnly, boolean isRequiredForCreate) -
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
-
vattr
meta property -
valValue
value in model - SharedArg -
isReadOnly
public boolean isReadOnlyvalue is readonly -
isTechnicalOnly
public boolean isTechnicalOnlyonly a technical reference -
isRequiredForCreate
public boolean isRequiredForCreatethis instance is required to create the referenced element
-
-
Constructor Details
-
ARG_DiffNodeRsIn
public ARG_DiffNodeRsIn() -
ARG_DiffNodeRsIn
public ARG_DiffNodeRsIn(K_VATTR vattr, ARG_DiffNode valValue, boolean isReadOnly, boolean isTechnicalOnly, boolean isRequiredForCreate)
-
-
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
-