|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hawk.module.script.type.AbstractDataType
org.hawk.module.script.type.DoubleDataType
public class DoubleDataType
Constructor Summary | |
---|---|
DoubleDataType(double data)
|
Method Summary | |
---|---|
IDataType |
copy()
|
double |
getData()
|
boolean |
isPositiveInteger()
|
void |
setData(double data)
|
java.lang.String |
toString()
|
Methods inherited from class org.hawk.module.script.type.AbstractDataType |
---|
add, and, divide, equalTo, greaterThan, greaterThanEqualTo, lessThan, lessThanEqualTo, modulus, multiply, or, subtract |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DoubleDataType(double data)
Method Detail |
---|
public double getData()
public void setData(double data)
public boolean isPositiveInteger()
public java.lang.String toString()
toString
in class java.lang.Object
public IDataType copy() throws HawkException
copy
in interface IDataType
copy
in class AbstractDataType
HawkException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |