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 Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe item aware element to be tied to the new item definitionThe class defining the structure of the new item definition -
Constructor Summary
ConstructorsConstructorDescriptionARG_BPItemAwareElementAndStructure(BPItemAwareElement ohItemAware, ELClassifier ohStructure) -
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
-
ohItemAware
The item aware element to be tied to the new item definition -
ohStructure
The class defining the structure of the new item definition
-
-
Constructor Details
-
ARG_BPItemAwareElementAndStructure
public ARG_BPItemAwareElementAndStructure() -
ARG_BPItemAwareElementAndStructure
-
-
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
-