Enum Class JSONNode.NodeType

java.lang.Object
java.lang.Enum<JSONNode.NodeType>
weka.core.json.JSONNode.NodeType
All Implemented Interfaces:
Serializable, Comparable<JSONNode.NodeType>, Constable
Enclosing class:
JSONNode

public static enum JSONNode.NodeType extends Enum<JSONNode.NodeType>
The type of a node.
Version:
$Revision: 12111 $
Author:
FracPete (fracpete at waikato dot ac dot nz)
  • Enum Constant Details

  • Method Details

    • values

      public static JSONNode.NodeType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static JSONNode.NodeType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null