X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FValueConstrain.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FValueConstrain.html;h=0000000000000000000000000000000000000000;hb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;hp=989474f14f4e3727e31da8fd0193723250876566;hpb=bc3346bd7c1c518fad867d4c60a53779e7516588;p=jabaws.git diff --git a/website/dm_javadoc/compbio/metadata/ValueConstrain.html b/website/dm_javadoc/compbio/metadata/ValueConstrain.html deleted file mode 100644 index 989474f..0000000 --- a/website/dm_javadoc/compbio/metadata/ValueConstrain.html +++ /dev/null @@ -1,440 +0,0 @@ - - - - - - -ValueConstrain - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.metadata -
-Class ValueConstrain

-
-java.lang.Object
-  extended by compbio.metadata.ValueConstrain
-
-
-
-
public class ValueConstrain
extends Object
- - -

-The type and the lower and upper boundaries for numerical value. -

- -

-

-
Version:
-
1.0 November 2009
-
Author:
-
pvtroshin
-
-
- -

- - - - - - - - - - - -
-Nested Class Summary
-static classValueConstrain.Type - -
-           
-  - - - - - - - - - - -
-Constructor Summary
ValueConstrain() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanequals(Object obj) - -
-           
- NumbergetMax() - -
-           
- NumbergetMin() - -
-           
- ValueConstrain.TypegetType() - -
-           
- inthashCode() - -
-           
- voidsetMax(String max) - -
-           
- voidsetMin(String min) - -
-           
- voidsetType(ValueConstrain.Type type) - -
-           
- StringtoString() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-ValueConstrain

-
-public ValueConstrain()
-
-
- - - - - - - - -
-Method Detail
- -

-getType

-
-public ValueConstrain.Type getType()
-
-
-
-
-
-
- -

-setType

-
-public void setType(ValueConstrain.Type type)
-
-
-
-
-
-
- -

-getMax

-
-public Number getMax()
-
-
-
-
-
-
- -

-setMax

-
-public void setMax(String max)
-
-
-
-
-
-
- -

-getMin

-
-public Number getMin()
-
-
-
-
-
-
- -

-setMin

-
-public void setMin(String min)
-
-
-
-
-
-
- -

-equals

-
-public boolean equals(Object obj)
-
-
-
Overrides:
equals in class Object
-
-
-
-
-
-
- -

-toString

-
-public String toString()
-
-
-
Overrides:
toString in class Object
-
-
-
-
-
-
- -

-hashCode

-
-public int hashCode()
-
-
-
Overrides:
hashCode in class Object
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -