Uses of Class
eu.xtreemos.xosd.jobmng.data.JobState

Packages that use JobState
eu.xtreemos.xosd.jobmng.data   
 

Uses of JobState in eu.xtreemos.xosd.jobmng.data
 

Fields in eu.xtreemos.xosd.jobmng.data declared as JobState
private  JobState XJob.state
           
 

Methods in eu.xtreemos.xosd.jobmng.data that return JobState
 JobState XJob.getState()
           
static JobState JobState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JobState[] JobState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.