org.cubeengine.converter.node
Class ShortNode

java.lang.Object
  extended by org.cubeengine.converter.node.Commentable
      extended by org.cubeengine.converter.node.Node<V>
          extended by org.cubeengine.converter.node.ValueNode<Short>
              extended by org.cubeengine.converter.node.ShortNode

public class ShortNode
extends ValueNode<Short>

A Short Node


Constructor Summary
ShortNode(short value)
          Creates a ShortNode
 
Method Summary
 
Methods inherited from class org.cubeengine.converter.node.ValueNode
asString, asText, getValue
 
Methods inherited from class org.cubeengine.converter.node.Node
isInherited, setInherited
 
Methods inherited from class org.cubeengine.converter.node.Commentable
getComments, setComments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortNode

public ShortNode(short value)
Creates a ShortNode

Parameters:
value - a short


Copyright © 2013–2017. All rights reserved.