org.cubeengine.converter.node
Class IntNode

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<Integer>
              extended by org.cubeengine.converter.node.IntNode

public class IntNode
extends ValueNode<Integer>

A Integer Node


Constructor Summary
IntNode(int value)
          Creates an IntNode
 
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

IntNode

public IntNode(int value)
Creates an IntNode

Parameters:
value - a integer


Copyright © 2013–2017. All rights reserved.