Class ARG_CreateAnnotation
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_CreateAnnotation
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_CreateAnnotation
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe diagram of the selected elements or a parent annotationlist of elements connected to this annotationtext of this annotation -
Constructor Summary
ConstructorsConstructorDescriptionARG_CreateAnnotation(ADClientAble ohContext, String strText, List<ADClientAble> seqElem) -
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
-
ohContext
the diagram of the selected elements or a parent annotation -
strText
text of this annotation -
seqElem
list of elements connected to this annotation
-
-
Constructor Details
-
ARG_CreateAnnotation
public ARG_CreateAnnotation() -
ARG_CreateAnnotation
-
-
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
-