public static enum DimensionSchema.ValueType extends Enum<DimensionSchema.ValueType>
Modifier and Type | Method and Description |
---|---|
static DimensionSchema.ValueType |
fromString(String name) |
String |
toString() |
static DimensionSchema.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DimensionSchema.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DimensionSchema.ValueType FLOAT
public static final DimensionSchema.ValueType LONG
public static final DimensionSchema.ValueType STRING
public static final DimensionSchema.ValueType COMPLEX
public static DimensionSchema.ValueType[] values()
for (DimensionSchema.ValueType c : DimensionSchema.ValueType.values()) System.out.println(c);
public static DimensionSchema.ValueType 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<DimensionSchema.ValueType>
public static DimensionSchema.ValueType fromString(String name)
Copyright © 2011–2017. All rights reserved.