| Package | Description |
|---|---|
| org.apache.stanbol.entityhub.servicesapi.defaults | |
| org.apache.stanbol.entityhub.servicesapi.query |
| Modifier and Type | Method and Description |
|---|---|
static DataTypeEnum |
DataTypeEnum.getDataType(String uri) |
static DataTypeEnum |
DataTypeEnum.getDataTypeByShortName(String shortName) |
static DataTypeEnum |
DataTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeEnum[] |
DataTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DataTypeEnum> |
DataTypeEnum.getAllDataTypes(Class<?> javaClass) |
static Set<DataTypeEnum> |
DataTypeEnum.getPrimaryDataTypes(Class<?> javaClass) |
| Modifier and Type | Field and Description |
|---|---|
protected DataTypeEnum |
SimilarityConstraint.contextType |
| Modifier and Type | Method and Description |
|---|---|
DataTypeEnum |
SimilarityConstraint.getContextType()
The type of the Context.
|
| Constructor and Description |
|---|
SimilarityConstraint(Collection<String> context,
DataTypeEnum contextType) |
SimilarityConstraint(Collection<String> context,
DataTypeEnum contextType,
List<String> additionalFields) |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.