Class ARG_HyperlinkReferenceAble
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2elem.ARG_HyperlinkReferenceAble
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_HyperlinkReferenceAble extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description ELUUIDAbleohElemelement which is referencable by hyperlink in expressionsjava.util.List<ARG_HyperlinkReferenceAble>seqContentcontent elements - SharedArgjava.lang.StringstrBitmapbitmap of this elementjava.lang.StringstrHyperlinkhyperlink referencing this elementjava.lang.StringstrNamename of this element
-
Constructor Summary
Constructors Constructor Description ARG_HyperlinkReferenceAble()ARG_HyperlinkReferenceAble(ELUUIDAble ohElem, java.lang.String strName, java.lang.String strBitmap, java.lang.String strHyperlink, java.util.List<ARG_HyperlinkReferenceAble> seqContent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
ohElem
public ELUUIDAble ohElem
element which is referencable by hyperlink in expressions
-
strName
public java.lang.String strName
name of this element
-
strBitmap
public java.lang.String strBitmap
bitmap of this element
-
strHyperlink
public java.lang.String strHyperlink
hyperlink referencing this element
-
seqContent
public java.util.List<ARG_HyperlinkReferenceAble> seqContent
content elements - SharedArg
-
-
Constructor Detail
-
ARG_HyperlinkReferenceAble
public ARG_HyperlinkReferenceAble()
-
ARG_HyperlinkReferenceAble
public ARG_HyperlinkReferenceAble(ELUUIDAble ohElem, java.lang.String strName, java.lang.String strBitmap, java.lang.String strHyperlink, java.util.List<ARG_HyperlinkReferenceAble> seqContent)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-