public abstract class CollectionNode extends Node
mapping
and
collection
.Constructor and Description |
---|
CollectionNode(Tag tag,
Mark startMark,
Mark endMark,
java.lang.Boolean flowStyle) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getFlowStyle()
Serialization style of this collection.
|
void |
setEndMark(Mark endMark) |
void |
setFlowStyle(java.lang.Boolean flowStyle) |
equals, getEndMark, getNodeId, getStartMark, getTag, getType, hashCode, isResolved, isTwoStepsConstruction, setTag, setTwoStepsConstruction, setType, setUseClassConstructor, useClassConstructor
public java.lang.Boolean getFlowStyle()
true
for flow style, false
for block
style.public void setFlowStyle(java.lang.Boolean flowStyle)
public void setEndMark(Mark endMark)