Uses of Class
weka.core.json.JSONNode.NodeType

Packages that use JSONNode.NodeType
weka.core.json   
 

Uses of JSONNode.NodeType in weka.core.json
 

Methods in weka.core.json that return JSONNode.NodeType
 JSONNode.NodeType JSONNode.getNodeType()
          Returns the type of the container.
static JSONNode.NodeType JSONNode.NodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JSONNode.NodeType[] JSONNode.NodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.