Class ARG_ViewExpressionIntelliSenseElement
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2elem.ARG_ViewExpressionIntelliSenseElement
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ViewExpressionIntelliSenseElement extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
hyperlink
Hyperlink referencing this elementjava.lang.String
name
Name of this elementELUUIDAble
oh
Element referencable by hyperlink in the view expressionjava.util.List<ARG_ViewExpressionIntelliSenseElement>
seqSons
List of ItelliSense elements belonging to this element (Syntax: this.son)
-
Constructor Summary
Constructors Constructor Description ARG_ViewExpressionIntelliSenseElement()
ARG_ViewExpressionIntelliSenseElement(ELUUIDAble oh, java.lang.String name, java.lang.String hyperlink, java.util.List<ARG_ViewExpressionIntelliSenseElement> seqSons)
-
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
-
oh
public ELUUIDAble oh
Element referencable by hyperlink in the view expression
-
name
public java.lang.String name
Name of this element
-
hyperlink
public java.lang.String hyperlink
Hyperlink referencing this element
-
seqSons
public java.util.List<ARG_ViewExpressionIntelliSenseElement> seqSons
List of ItelliSense elements belonging to this element (Syntax: this.son)
-
-
Constructor Detail
-
ARG_ViewExpressionIntelliSenseElement
public ARG_ViewExpressionIntelliSenseElement()
-
ARG_ViewExpressionIntelliSenseElement
public ARG_ViewExpressionIntelliSenseElement(ELUUIDAble oh, java.lang.String name, java.lang.String hyperlink, java.util.List<ARG_ViewExpressionIntelliSenseElement> seqSons)
-
-
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
-
-