X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fdata%2F_structure%2FJpredAnnotation.html;h=58904992084ca9e99645cb22d22b34a08025b04d;hb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;hp=d72000f6b82d1b3f3e17492ca848770b21dc0432;hpb=b413eee53fa3cc22a6bd4e03c9ac64bf26b7c834;p=jabaws.git diff --git a/website/full_javadoc/compbio/data/_structure/JpredAnnotation.html b/website/full_javadoc/compbio/data/_structure/JpredAnnotation.html index d72000f..5890499 100644 --- a/website/full_javadoc/compbio/data/_structure/JpredAnnotation.html +++ b/website/full_javadoc/compbio/data/_structure/JpredAnnotation.html @@ -2,12 +2,12 @@ - + JpredAnnotation - + @@ -92,16 +92,16 @@ compbio.data._structure
Enum JpredAnnotation
-java.lang.Object
-  extended by java.lang.Enum<JpredAnnotation>
+java.lang.Object
+  extended by java.lang.Enum<JpredAnnotation>
       extended by compbio.data._structure.JpredAnnotation
 
-
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<JpredAnnotation>
+
All Implemented Interfaces:
Serializable, Comparable<JpredAnnotation>

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

@@ -177,7 +177,7 @@ java.lang.Object static JpredAnnotation -valueOf(java.lang.String name) +valueOf(String name)
          Returns the enum constant of this type with the specified name. @@ -195,19 +195,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
  @@ -336,7 +336,7 @@ the order they are declared

valueOf

-public static JpredAnnotation valueOf(java.lang.String name)
+public static JpredAnnotation 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 @@ -347,9 +347,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