Package de.mid.innovator.srv2api.icw2bp
Class ARG_BPItemAwareElementAndStructure
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2bp.ARG_BPItemAwareElementAndStructure
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_BPItemAwareElementAndStructure extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description BPItemAwareElement
ohItemAware
The item aware element to be tied to the new item definitionELClassifier
ohStructure
The class defining the structure of the new item definition
-
Constructor Summary
Constructors Constructor Description ARG_BPItemAwareElementAndStructure()
ARG_BPItemAwareElementAndStructure(BPItemAwareElement ohItemAware, ELClassifier ohStructure)
-
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
-
ohItemAware
public BPItemAwareElement ohItemAware
The item aware element to be tied to the new item definition
-
ohStructure
public ELClassifier ohStructure
The class defining the structure of the new item definition
-
-
Constructor Detail
-
ARG_BPItemAwareElementAndStructure
public ARG_BPItemAwareElementAndStructure()
-
ARG_BPItemAwareElementAndStructure
public ARG_BPItemAwareElementAndStructure(BPItemAwareElement ohItemAware, ELClassifier ohStructure)
-
-
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
-
-