Package de.mid.innovator.srv2api.icw2im
Class ARG_DefaultValueMapping
java.lang.Object
de.mid.innovator.srv2api.icw2im.ARG_DefaultValueMapping
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_DefaultValueMapping
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionSource property of the mappingTarget property of the mapping -
Constructor Summary
ConstructorsConstructorDescriptionARG_DefaultValueMapping(IMProperty propertySource, IMProperty propertyTarget) -
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
-
propertySource
Source property of the mapping -
propertyTarget
Target property of the mapping
-
-
Constructor Details
-
ARG_DefaultValueMapping
public ARG_DefaultValueMapping() -
ARG_DefaultValueMapping
-
-
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
-