| Package | Description |
|---|---|
| eu.dnetlib.functionality.index.model | |
| eu.dnetlib.functionality.index.model.document | |
| eu.dnetlib.functionality.index.model.impl |
| Modifier and Type | Method and Description |
|---|---|
Any.ValueType |
Any.getValueType() |
static Any.ValueType |
Any.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Any.ValueType[] |
Any.ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
DataFactory.parseFromString(String value,
Any.ValueType valueType) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Any.ValueType> |
AbstractIndexDocument.schema
index schema.
|
| Constructor and Description |
|---|
AbstractIndexDocument(Map<String,Any.ValueType> schema,
String dsId)
Instantiates a new abstract document.
|
AbstractIndexDocument(Map<String,Any.ValueType> schema,
String dsId,
Map<String,IndexField> fields)
Instantiates a new abstract document.
|
| Modifier and Type | Field and Description |
|---|---|
protected Any.ValueType |
AbstractAny._valueType
type of this value object.
|
| Modifier and Type | Method and Description |
|---|---|
Any.ValueType |
ImmutableAnyMapImpl.getValueType() |
Any.ValueType |
AbstractAny.getValueType() |
| Modifier and Type | Method and Description |
|---|---|
Value |
DefaultDataFactoryImpl.parseFromString(String value,
Any.ValueType valueType) |
| Constructor and Description |
|---|
AbstractAny(Any.ValueType valueType)
Constructs a new AbstractAny.
|
Copyright © 2017. All rights reserved.