Uses of Class
gov.nasa.pds.search.core.schema.SourceType
-
Packages that use SourceType Package Description gov.nasa.pds.search.core.schema -
-
Uses of SourceType in gov.nasa.pds.search.core.schema
Fields in gov.nasa.pds.search.core.schema declared as SourceType Modifier and Type Field Description protected SourceType
DataSource. sourceType
Methods in gov.nasa.pds.search.core.schema that return SourceType Modifier and Type Method Description static SourceType
SourceType. fromValue(String v)
SourceType
DataSource. getSourceType()
Gets the value of the sourceType property.static SourceType
SourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SourceType[]
SourceType. 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 SourceType Modifier and Type Method Description void
DataSource. setSourceType(SourceType value)
Sets the value of the sourceType property.
-