public static enum Array.ArrayType extends Enum<Array.ArrayType>
| Enum Constant and Description |
|---|
INT |
INT_SPARSE |
NUM |
REAL |
REAL_SPARSE |
STRING |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Array.ArrayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Array.ArrayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Array.ArrayType NUM
public static final Array.ArrayType INT
public static final Array.ArrayType REAL
public static final Array.ArrayType STRING
public static final Array.ArrayType REAL_SPARSE
public static final Array.ArrayType INT_SPARSE
public static Array.ArrayType[] values()
for (Array.ArrayType c : Array.ArrayType.values()) System.out.println(c);
public static Array.ArrayType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Array.ArrayType>Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.