public abstract class SubFlowStructure extends AbstractCore implements CoreReq, BlockElementsContainer, HierElementsContainer
The type subFlowStructure specifies the overall content model of the elements that are subFlows.
<xsd:complexType name=“subFlowStructure”> <xsd:choice> <xsd:group ref=“documentType”/> <xsd:choice minOccurs=“1” maxOccurs=“unbounded”> <xsd:group ref=“blockElements”/> <xsd:group ref=“containerElements”/> <xsd:element ref=“tr”/> <xsd:element ref=“th”/> <xsd:element ref=“td”/> <xsd:group ref=“hierElements”/> <xsd:element ref=“content”/> <xsd:group ref=“ANcontainers”/> <xsd:element ref=“formula”/> <xsd:element ref=“recitals”/> <xsd:element ref=“citations”/> <xsd:element ref=“longTitle”/> <xsd:element ref=“recital”/> <xsd:element ref=“citation”/> <xsd:element ref=“componentRef”/> <xsd:element ref=“documentRef”/> <xsd:element ref=“intro”/> <xsd:element ref=“wrapUp”/> <xsd:element ref=“heading”/> <xsd:element ref=“subheading”/> <xsd:element ref=“num”/> </xsd:choice> </xsd:choice> <xsd:attributeGroup ref=“corereq”/> </xsd:complexType>
ATTRIBUTES| Constructor and Description |
|---|
SubFlowStructure() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
void |
add(ANblock block) |
void |
add(ANhier hier) |
void |
add(BlockElements elements) |
void |
add(HierElements hier) |
void |
add(HTMLblock block) |
void |
addSubFlowStructureElement(SubFlowStructureElement element) |
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
boolean |
remove(ANblock block) |
boolean |
remove(HierElements hier) |
SubFlowStructureElement |
remove(int index) |
boolean |
removeSubFlowStructureElement(SubFlowStructureElement element) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
add, attributes, getAlternativeTo, getAttributes, getClazz, getPeriod, getRefersTo, getStatus, getStyle, getTitle, setAlternativeTo, setClazz, setPeriod, setRefersTo, setStatus, setStyle, setTitle, toStringgetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWid, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, getAttributes, nestedComparegetClazz, getStyle, getTitle, setClazz, setStyle, setTitlegetRefersTo, setRefersTogetAlternativeTo, setAlternativeTogetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWidattributes, compare, namepublic final void addSubFlowStructureElement(SubFlowStructureElement element)
public final boolean removeSubFlowStructureElement(SubFlowStructureElement element)
public final SubFlowStructureElement remove(int index)
public final void add(BlockElements elements)
add in interface BlockElementsContainerpublic final void add(HTMLblock block)
add in interface HTMLblockContainerpublic final void add(HierElements hier)
add in interface HierElementsContainerpublic boolean remove(HierElements hier)
remove in interface HierElementsContainerpublic final void add(ANhier hier)
add in interface ANhierContainerpublic void add(ANblock block)
add in interface ANblockContainerpublic boolean remove(ANblock block)
remove in interface ANblockContainerpublic void read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
read in interface Externalizableread in class AbstractIdreader - the stream to read data from in order to restore the objectpublic void write(XmlWriter writer) throws IOException
The object implements the write method to save its contents by calling the methods of Output.
write in interface Corewrite in interface CoreReqwrite in interface IdReqwrite in interface Externalizablewriter - the stream to write the object toIOExceptionpublic void accept(AknVisitor visitor)
Copyright © 2017. All rights reserved.