Class ARG_XClientForSVG
java.lang.Object
de.mid.innovator.srv2api.icw2pres.ARG_XClientForSVG
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleantrue if existing and calculated hash values are equalcalculated hash valueresult of the diagram client request (optional) -
Constructor Summary
ConstructorsConstructorDescriptionARG_XClientForSVG(ARG_XClientOut valClient, String strHash, boolean isActualSVG) -
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
-
valClient
result of the diagram client request (optional) -
strHash
calculated hash value -
isActualSVG
public boolean isActualSVGtrue if existing and calculated hash values are equal
-
-
Constructor Details
-
ARG_XClientForSVG
public ARG_XClientForSVG() -
ARG_XClientForSVG
-
-
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
-