Package de.mid.innovator.srv2api.icw2bp
Class ARG_BPPathElementSpec
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2bp.ARG_BPPathElementSpec
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_BPPathElementSpec extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description BPPathAble
element
The element belonging to the pathK_BP_PATHELEM_ANIM_INFO
info
Animation information
-
Constructor Summary
Constructors Constructor Description ARG_BPPathElementSpec()
ARG_BPPathElementSpec(BPPathAble element, K_BP_PATHELEM_ANIM_INFO info)
-
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
-
element
public BPPathAble element
The element belonging to the path
-
info
public K_BP_PATHELEM_ANIM_INFO info
Animation information
-
-
Constructor Detail
-
ARG_BPPathElementSpec
public ARG_BPPathElementSpec()
-
ARG_BPPathElementSpec
public ARG_BPPathElementSpec(BPPathAble element, K_BP_PATHELEM_ANIM_INFO info)
-
-
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
-
-