Package | Description |
---|---|
gov.nasa.pds.search.core.registry | |
gov.nasa.pds.search.core.schema |
Modifier and Type | Method and Description |
---|---|
DataType |
SolrSchemaField.getType()
Returns the
DataType |
Modifier and Type | Method and Description |
---|---|
static SolrSchemaField |
SolrSchemaField.get(DataType type)
Return a
SolrSchemaField based on given DataType |
static String |
SolrSchemaField.getSuffix(DataType type)
Return the suffix from a given
DataType |
Modifier and Type | Field and Description |
---|---|
protected DataType |
Field.type |
Modifier and Type | Method and Description |
---|---|
static DataType |
DataType.fromValue(String v) |
DataType |
Field.getType()
Gets the value of the type property.
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Field.setType(DataType value)
Sets the value of the type property.
|
Copyright © 2010–2017 Planetary Data System. All rights reserved.