Uses of Class
gov.nasa.pds.search.core.schema.DataType
-
Packages that use DataType Package Description gov.nasa.pds.search.core.schema -
-
Uses of DataType in gov.nasa.pds.search.core.schema
Fields in gov.nasa.pds.search.core.schema declared as DataType Modifier and Type Field Description protected DataType
Field. type
Methods in gov.nasa.pds.search.core.schema that return DataType Modifier and Type Method 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.Methods in gov.nasa.pds.search.core.schema with parameters of type DataType Modifier and Type Method Description void
Field. setType(DataType value)
Sets the value of the type property.
-