java.lang.Object
org.xbib.datastructures.yaml.tiny.ValueNode
Alle implementierten Schnittstellen:
org.xbib.datastructures.api.Node<Object>, org.xbib.datastructures.api.ValueNode

public class ValueNode extends Object implements org.xbib.datastructures.api.ValueNode
  • Konstruktordetails

    • ValueNode

      public ValueNode(org.xbib.datastructures.api.Node<?> parent)
    • ValueNode

      public ValueNode(org.xbib.datastructures.api.Node<?> parent, String value)
    • ValueNode

      public ValueNode(org.xbib.datastructures.api.Node<?> parent, String value, ValueNode.TextType type)
  • Methodendetails

    • getDepth

      public int getDepth()
      Angegeben von:
      getDepth in Schnittstelle org.xbib.datastructures.api.Node<Object>
    • set

      public void set(Object value)
      Angegeben von:
      set in Schnittstelle org.xbib.datastructures.api.ValueNode
    • get

      public Object get()
      Angegeben von:
      get in Schnittstelle org.xbib.datastructures.api.Node<Object>
      Angegeben von:
      get in Schnittstelle org.xbib.datastructures.api.ValueNode
    • setType

      public void setType(ValueNode.TextType type)
    • getType

      public ValueNode.TextType getType()
    • getComments

      public List<String> getComments()
    • addComments

      public void addComments(Collection<String> comments)