Uses of Class
js.dev.PRIORITY

Packages that use PRIORITY
js.dev   
 

Uses of PRIORITY in js.dev
 

Methods in js.dev that return PRIORITY
 PRIORITY Params.getPriority()
           
static PRIORITY PRIORITY.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PRIORITY[] PRIORITY.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in js.dev with parameters of type PRIORITY
 void Params.setPriority(PRIORITY value)
           
 

Constructors in js.dev with parameters of type PRIORITY
Params(PRIORITY value)
          Constructor.