org.jvyamlb.nodes
Class CollectionNode

java.lang.Object
  extended by org.jvyamlb.nodes.Node
      extended by org.jvyamlb.nodes.CollectionNode
Direct Known Subclasses:
MappingNode, SequenceNode

public class CollectionNode
extends Node

Author:
Ola Bini

Field Summary
private  boolean flowStyle
           
 
Constructor Summary
CollectionNode(java.lang.String tag, java.lang.Object value, boolean flowStyle)
           
 
Method Summary
 boolean getFlowStyle()
           
 
Methods inherited from class org.jvyamlb.nodes.Node
equals, getTag, getValue, hashCode, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

flowStyle

private boolean flowStyle
Constructor Detail

CollectionNode

public CollectionNode(java.lang.String tag,
                      java.lang.Object value,
                      boolean flowStyle)
Method Detail

getFlowStyle

public boolean getFlowStyle()