| Package | Description |
|---|---|
| org.wso2.carbon.analytics.datasource.commons |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsSchema.ColumnType |
ColumnDefinition.getType() |
static AnalyticsSchema.ColumnType |
AnalyticsSchema.ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsSchema.ColumnType[] |
AnalyticsSchema.ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnDefinition.setType(AnalyticsSchema.ColumnType type) |
| Constructor and Description |
|---|
ColumnDefinition(String name,
AnalyticsSchema.ColumnType type) |
ColumnDefinition(String name,
AnalyticsSchema.ColumnType type,
boolean indexed,
boolean scoreParam) |
ColumnDefinitionExt(String name,
AnalyticsSchema.ColumnType type) |
ColumnDefinitionExt(String name,
AnalyticsSchema.ColumnType type,
boolean indexed,
boolean scoreParam) |
ColumnDefinitionExt(String name,
AnalyticsSchema.ColumnType type,
boolean indexed,
boolean scoreParam,
boolean isFacet) |
Copyright © 2016 WSO2. All rights reserved.