D - The data type.public static class ResourceType.DataType<D> extends Object
| Modifier and Type | Field and Description |
|---|---|
static ResourceType.DataType<Boolean> |
BOOLEAN |
static ResourceType.DataType<Double> |
DOUBLE |
static ResourceType.DataType<Long> |
LONG |
static ResourceType.DataType<String> |
STRING |
static Map<String,ResourceType.DataType<?>> |
SUPPORTED_TYPES |
| Modifier and Type | Method and Description |
|---|---|
Schema.ConceptProperty |
getConceptProperty() |
String |
getName() |
public static final ResourceType.DataType<String> STRING
public static final ResourceType.DataType<Boolean> BOOLEAN
public static final ResourceType.DataType<Long> LONG
public static final ResourceType.DataType<Double> DOUBLE
public static final Map<String,ResourceType.DataType<?>> SUPPORTED_TYPES
public String getName()
public Schema.ConceptProperty getConceptProperty()
Copyright © 2016. All rights reserved.