X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FValueConstrain.Type.html;h=6e04bd503ab40c7a1483b650a09b252deb6a8fca;hb=bc3346bd7c1c518fad867d4c60a53779e7516588;hp=ce136fa0d8d09588ad1289ec351071d7481d5e03;hpb=535359a3d592ee41bda72e7356f0181f6cee9d07;p=jabaws.git diff --git a/website/dm_javadoc/compbio/metadata/ValueConstrain.Type.html b/website/dm_javadoc/compbio/metadata/ValueConstrain.Type.html index ce136fa..6e04bd5 100644 --- a/website/dm_javadoc/compbio/metadata/ValueConstrain.Type.html +++ b/website/dm_javadoc/compbio/metadata/ValueConstrain.Type.html @@ -2,12 +2,12 @@ - + ValueConstrain.Type - + @@ -92,19 +92,19 @@ compbio.metadata
Enum ValueConstrain.Type
-java.lang.Object
-  extended by java.lang.Enum<ValueConstrain.Type>
+java.lang.Object
+  extended by java.lang.Enum<ValueConstrain.Type>
       extended by compbio.metadata.ValueConstrain.Type
 
-
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ValueConstrain.Type>
+
All Implemented Interfaces:
Serializable, Comparable<ValueConstrain.Type>
Enclosing class:
ValueConstrain

-
public static enum ValueConstrain.Type
extends java.lang.Enum<ValueConstrain.Type>
+
public static enum ValueConstrain.Type
extends Enum<ValueConstrain.Type>

@@ -144,7 +144,7 @@ java.lang.Object static ValueConstrain.Type -valueOf(java.lang.String name) +valueOf(String name)
          Returns the enum constant of this type with the specified name. @@ -162,19 +162,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
  @@ -243,7 +243,7 @@ the order they are declared

valueOf

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