org.cubeengine.converter.node
Class StringNode
java.lang.Object
org.cubeengine.converter.node.Commentable
org.cubeengine.converter.node.Node<V>
org.cubeengine.converter.node.ValueNode<String>
org.cubeengine.converter.node.StringNode
public class StringNode
- extends ValueNode<String>
A String Node
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringNode
public StringNode(String value)
- Creates a StringNode
- Parameters:
value - a string
of
public static StringNode of(String string)
- Creates a StringNode of given String
- Parameters:
string - the string
- Returns:
- the StringNode
Copyright © 2013–2017. All rights reserved.