Uses of Class
org.cytoscape.jobs.CyJobStatus.Status
-
Packages that use CyJobStatus.Status Package Description org.cytoscape.jobs This package provides a mechanism for executing remote jobs from within Cytoscape. -
-
Uses of CyJobStatus.Status in org.cytoscape.jobs
Fields in org.cytoscape.jobs declared as CyJobStatus.Status Modifier and Type Field Description protected CyJobStatus.Status
CyJobStatus. status
Methods in org.cytoscape.jobs that return CyJobStatus.Status Modifier and Type Method Description CyJobStatus.Status
CyJobStatus. getStatus()
Return theCyJobStatus.Status
of the remote jobstatic CyJobStatus.Status
CyJobStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static CyJobStatus.Status[]
CyJobStatus.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.cytoscape.jobs with parameters of type CyJobStatus.Status Constructor Description CyJobStatus(CyJobStatus.Status status, String message)
-