|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2dg.ARG_DocuNode
public class ARG_DocuNode
| Field Summary | |
|---|---|
K_DOCU_OUTPUT_MODE |
attachmentOutputMode
output mode for attachment chapters |
int |
cellWidth
Cell width if table cell |
K_CHAPTER_TYPE |
chapterType
type of thisChapter |
String |
content
chapter text |
String |
contentFormat
paragraph format of content |
List<String> |
data
data of this chapter |
boolean |
isHeadingSuppressed
Heading suppressed |
boolean |
isIndex
Generate Index Entry |
boolean |
keepIfEmpty
Keep this chapter even if it is empty |
String |
name
chapter heading |
K_NUMBER_FORMAT |
numberFormat
number format |
ELElement |
ohElem
the OH of the referenced element |
ELElement |
ohThis
the element of this node |
boolean |
pageBreakAfter
page break after this chapter |
boolean |
pageBreakBefore
page break before this chapter |
String |
paragraphFormat
paragraph format |
K_PARAGRAPH_JUSTIFICATION |
paragraphJustification
paragraph justification |
String |
parentUuid
unique id of parent |
boolean |
rotatePage
Rotate page if this is an landscape picture |
List<ARG_DocuNode> |
seqChildNode
List of child nodes |
List<ARG_DocuContent> |
seqContent
List of Content |
List<ARG_DocuTableData> |
seqTableData
Optional table data |
List<ELElement> |
seqVWDocu
List of docu referenc elements |
String |
stereo
stereotype of model element |
String |
typeName
type of model element |
String |
uuid
unique id |
| Constructor Summary | |
|---|---|
ARG_DocuNode()
|
|
ARG_DocuNode(String name,
String typeName,
String stereo,
String uuid,
String parentUuid,
ELElement ohThis,
ELElement ohElem,
K_CHAPTER_TYPE chapterType,
boolean pageBreakBefore,
boolean pageBreakAfter,
boolean isHeadingSuppressed,
boolean isIndex,
boolean keepIfEmpty,
boolean rotatePage,
K_NUMBER_FORMAT numberFormat,
K_PARAGRAPH_JUSTIFICATION paragraphJustification,
K_DOCU_OUTPUT_MODE attachmentOutputMode,
String content,
String paragraphFormat,
String contentFormat,
int cellWidth,
List<String> data,
List<ARG_DocuContent> seqContent,
List<ARG_DocuNode> seqChildNode,
List<ARG_DocuTableData> seqTableData,
List<ELElement> seqVWDocu)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public K_DOCU_OUTPUT_MODE attachmentOutputMode
public int cellWidth
public K_CHAPTER_TYPE chapterType
public String content
public String contentFormat
public List<String> data
public boolean isHeadingSuppressed
public boolean isIndex
public boolean keepIfEmpty
public String name
public K_NUMBER_FORMAT numberFormat
public ELElement ohElem
public ELElement ohThis
public boolean pageBreakAfter
public boolean pageBreakBefore
public String paragraphFormat
public K_PARAGRAPH_JUSTIFICATION paragraphJustification
public String parentUuid
public boolean rotatePage
public List<ARG_DocuNode> seqChildNode
public List<ARG_DocuContent> seqContent
public List<ARG_DocuTableData> seqTableData
public List<ELElement> seqVWDocu
public String stereo
public String typeName
public String uuid
| Constructor Detail |
|---|
public ARG_DocuNode()
public ARG_DocuNode(String name,
String typeName,
String stereo,
String uuid,
String parentUuid,
ELElement ohThis,
ELElement ohElem,
K_CHAPTER_TYPE chapterType,
boolean pageBreakBefore,
boolean pageBreakAfter,
boolean isHeadingSuppressed,
boolean isIndex,
boolean keepIfEmpty,
boolean rotatePage,
K_NUMBER_FORMAT numberFormat,
K_PARAGRAPH_JUSTIFICATION paragraphJustification,
K_DOCU_OUTPUT_MODE attachmentOutputMode,
String content,
String paragraphFormat,
String contentFormat,
int cellWidth,
List<String> data,
List<ARG_DocuContent> seqContent,
List<ARG_DocuNode> seqChildNode,
List<ARG_DocuTableData> seqTableData,
List<ELElement> seqVWDocu)
| Method Detail |
|---|
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
marshal in interface de.mid.innovator.srv2api.impl.MarshallAblepublic void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
SrvContext srvctx)
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||