Uses of Class
org.gcube.informationsystem.glitebridge.resource.Cluster.JobStatusEnum

Packages that use Cluster.JobStatusEnum
org.gcube.informationsystem.glitebridge.resource   
org.gcube.informationsystem.glitebridge.resource.cluster   
 

Uses of Cluster.JobStatusEnum in org.gcube.informationsystem.glitebridge.resource
 

Methods in org.gcube.informationsystem.glitebridge.resource that return Cluster.JobStatusEnum
static Cluster.JobStatusEnum Cluster.JobStatusEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Cluster.JobStatusEnum[] Cluster.JobStatusEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Cluster.JobStatusEnum in org.gcube.informationsystem.glitebridge.resource.cluster
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster that return Cluster.JobStatusEnum
 Cluster.JobStatusEnum JobType.getStatus()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster with parameters of type Cluster.JobStatusEnum
 void JobType.setStatus(Cluster.JobStatusEnum status)