public static enum AnalyticsSchema.ColumnType extends Enum<AnalyticsSchema.ColumnType>
| Enum Constant and Description |
|---|
BINARY |
BOOLEAN |
DOUBLE |
FACET |
FLOAT |
INTEGER |
LONG |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsSchema.ColumnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsSchema.ColumnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyticsSchema.ColumnType STRING
public static final AnalyticsSchema.ColumnType INTEGER
public static final AnalyticsSchema.ColumnType LONG
public static final AnalyticsSchema.ColumnType FLOAT
public static final AnalyticsSchema.ColumnType DOUBLE
public static final AnalyticsSchema.ColumnType BOOLEAN
public static final AnalyticsSchema.ColumnType BINARY
public static final AnalyticsSchema.ColumnType FACET
public static AnalyticsSchema.ColumnType[] values()
for (AnalyticsSchema.ColumnType c : AnalyticsSchema.ColumnType.values()) System.out.println(c);
public static AnalyticsSchema.ColumnType 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 nullCopyright © 2016 WSO2. All rights reserved.