Uses of Class
gov.nasa.pds.search.core.schema.SourcePriority

Packages that use SourcePriority
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
protected  SourcePriority DataSource.priority
           
 

Methods in gov.nasa.pds.search.core.schema that return SourcePriority
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
 void DataSource.setPriority(SourcePriority value)
          Sets the value of the priority property.
 



Copyright © 2010-2013 Planetary Data System. All Rights Reserved.