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=5326aba4310e9266dcf2a9c9f11c01d0616bc69e;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/dm_javadoc/compbio/metadata/ValueConstrain.html b/website/dm_javadoc/compbio/metadata/ValueConstrain.html new file mode 100644 index 0000000..5326aba --- /dev/null +++ b/website/dm_javadoc/compbio/metadata/ValueConstrain.html @@ -0,0 +1,440 @@ + + + + + + +ValueConstrain + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.metadata +
+Class ValueConstrain

+
+java.lang.Object
+  extended by compbio.metadata.ValueConstrain
+
+
+
+
public class ValueConstrain
extends java.lang.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(java.lang.Object obj) + +
+           
+ java.lang.NumbergetMax() + +
+           
+ java.lang.NumbergetMin() + +
+           
+ ValueConstrain.TypegetType() + +
+           
+ inthashCode() + +
+           
+ voidsetMax(java.lang.String max) + +
+           
+ voidsetMin(java.lang.String min) + +
+           
+ voidsetType(ValueConstrain.Type type) + +
+           
+ java.lang.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 java.lang.Number getMax()
+
+
+
+
+
+
+ +

+setMax

+
+public void setMax(java.lang.String max)
+
+
+
+
+
+
+ +

+getMin

+
+public java.lang.Number getMin()
+
+
+
+
+
+
+ +

+setMin

+
+public void setMin(java.lang.String min)
+
+
+
+
+
+
+ +

+equals

+
+public boolean equals(java.lang.Object obj)
+
+
+
Overrides:
equals in class java.lang.Object
+
+
+
+
+
+
+ +

+toString

+
+public java.lang.String toString()
+
+
+
Overrides:
toString in class java.lang.Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class java.lang.Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +