X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2FJobStatus.html;h=1d26f50abc0b2620df8a28856cb2f457d3dae0b1;hb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;hp=7d716e8059f218cc61ef17eaab0c1ec49ae763f9;hpb=b413eee53fa3cc22a6bd4e03c9ac64bf26b7c834;p=jabaws.git diff --git a/website/full_javadoc/compbio/metadata/JobStatus.html b/website/full_javadoc/compbio/metadata/JobStatus.html index 7d716e8..1d26f50 100644 --- a/website/full_javadoc/compbio/metadata/JobStatus.html +++ b/website/full_javadoc/compbio/metadata/JobStatus.html @@ -2,12 +2,12 @@ - + JobStatus - + @@ -92,16 +92,16 @@ compbio.metadata
Enum JobStatus
-java.lang.Object
-  extended by java.lang.Enum<JobStatus>
+java.lang.Object
+  extended by java.lang.Enum<JobStatus>
       extended by compbio.metadata.JobStatus
 
-
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<JobStatus>
+
All Implemented Interfaces:
Serializable, Comparable<JobStatus>

-
public enum JobStatus
extends java.lang.Enum<JobStatus>
+
public enum JobStatus
extends Enum<JobStatus>

@@ -110,10 +110,10 @@ The status of the job.

+
Version:
+
1.0 October 2009
Author:
-
pvtroshin - - Date October 2009
+
pvtroshin

@@ -194,7 +194,7 @@ The status of the job. static JobStatus -valueOf(java.lang.String name) +valueOf(String name)
          Returns the enum constant of this type with the specified name. @@ -212,19 +212,19 @@ the order they are declared.   - + - +
Methods inherited from class java.lang.EnumMethods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcompareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
  - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, waitgetClass, notify, notifyAll, wait, wait, wait
  @@ -383,7 +383,7 @@ the order they are declared

valueOf

-public static JobStatus valueOf(java.lang.String name)
+public static JobStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an @@ -394,9 +394,9 @@ not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws: -
java.lang.IllegalArgumentException - if this enum type has no constant +
IllegalArgumentException - if this enum type has no constant with the specified name -
java.lang.NullPointerException - if the argument is null
+
NullPointerException - if the argument is null