|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tockit.datatype.AbstractValue
org.tockit.datatype.xsd.DecimalValue
Field Summary |
Fields inherited from interface org.tockit.datatype.Value |
NULL |
Constructor Summary | |
DecimalValue(double value)
|
Method Summary | |
java.lang.String |
getDisplayString()
|
double |
getValue()
|
int |
hashCode()
|
boolean |
isLesserThan(Ordered other)
We default to be a co-chain. |
boolean |
sameTypeEquals(java.lang.Object other)
|
Methods inherited from class org.tockit.datatype.AbstractValue |
equals, isEqual, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DecimalValue(double value)
Method Detail |
public java.lang.String getDisplayString()
public boolean isLesserThan(Ordered other)
AbstractValue
isLesserThan
in interface Ordered
isLesserThan
in class AbstractValue
public double getValue()
public boolean sameTypeEquals(java.lang.Object other)
sameTypeEquals
in class AbstractValue
public int hashCode()
hashCode
in class AbstractValue
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |