Class ARG_DocuNode

java.lang.Object
de.mid.innovator.srv2api.icw2dg.ARG_DocuNode
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_DocuNode extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • name

      public String name
      chapter heading
    • typeName

      public String typeName
      type of model element
    • stereo

      public String stereo
      stereotype of model element
    • uuid

      public String uuid
      unique id
    • parentUuid

      public String parentUuid
      unique id of parent
    • ohThis

      public ELElement ohThis
      the element of this node
    • ohElem

      public ELElement ohElem
      the OH of the referenced element
    • chapterType

      public K_CHAPTER_TYPE chapterType
      type of thisChapter
    • pageBreakBefore

      public boolean pageBreakBefore
      page break before this chapter
    • pageBreakAfter

      public boolean pageBreakAfter
      page break after this chapter
    • isHeadingSuppressed

      public boolean isHeadingSuppressed
      Heading suppressed
    • isIndex

      public boolean isIndex
      Generate Index Entry
    • keepIfEmpty

      public boolean keepIfEmpty
      Keep this chapter even if it is empty
    • rotatePage

      public boolean rotatePage
      Rotate page if this is an landscape picture
    • numberFormat

      public K_NUMBER_FORMAT numberFormat
      number format
    • paragraphJustification

      public K_PARAGRAPH_JUSTIFICATION paragraphJustification
      paragraph justification
    • attachmentOutputMode

      public K_DOCU_OUTPUT_MODE attachmentOutputMode
      output mode for attachment chapters
    • content

      public String content
      chapter text
    • paragraphFormat

      public String paragraphFormat
      paragraph format
    • contentFormat

      public String contentFormat
      paragraph format of content
    • cellWidth

      public int cellWidth
      Cell width if table cell
    • data

      public List<String> data
      data of this chapter
    • seqContent

      public List<ARG_DocuContent> seqContent
      List of Content
    • seqChildNode

      public List<ARG_DocuNode> seqChildNode
      List of child nodes
    • seqTableData

      public List<ARG_DocuTableData> seqTableData
      Optional table data
    • seqVWDocu

      public List<ELElement> seqVWDocu
      List of docu referenc elements
  • Constructor Details

  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble