public static enum DimensionSchema.ValueType extends Enum<DimensionSchema.ValueType>
io.druid.segment.column.ValueType.
 TODO merge them when druid-api is merged back into the main repo| 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 DOUBLE
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–2018. All rights reserved.