|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataType | |
---|---|
gov.nasa.pds.search.core.registry | |
gov.nasa.pds.search.core.schema |
Uses of DataType in gov.nasa.pds.search.core.registry |
---|
Methods in gov.nasa.pds.search.core.registry that return DataType | |
---|---|
DataType |
SolrSchemaField.getType()
Returns the DataType |
Methods in gov.nasa.pds.search.core.registry with parameters of type DataType | |
---|---|
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 |
Uses of DataType in gov.nasa.pds.search.core.schema |
---|
Fields in gov.nasa.pds.search.core.schema declared as DataType | |
---|---|
protected DataType |
Field.type
|
Methods in gov.nasa.pds.search.core.schema that return DataType | |
---|---|
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. |
Methods in gov.nasa.pds.search.core.schema with parameters of type DataType | |
---|---|
void |
Field.setType(DataType value)
Sets the value of the type property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |