Package com.twicedb.shared
Class ProjectedFieldValue
java.lang.Object
com.twicedb.shared.ProjectedFieldValue
-
Constructor Summary
ConstructorDescriptionProjectedFieldValue
(Double aDouble) ProjectedFieldValue
(Float aFloat) ProjectedFieldValue
(Integer anInt) ProjectedFieldValue
(Long aLong) ProjectedFieldValue
(BigInteger aBigInteger) -
Method Summary
-
Constructor Details
-
ProjectedFieldValue
-
ProjectedFieldValue
-
ProjectedFieldValue
-
ProjectedFieldValue
-
ProjectedFieldValue
-
-
Method Details
-
isBigInteger
public boolean isBigInteger() -
isDouble
public boolean isDouble() -
isFloat
public boolean isFloat() -
isInteger
public boolean isInteger() -
isLong
public boolean isLong() -
getBigInteger
-
getDouble
-
getFloat
-
getInteger
-
getLong
-