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