java.lang.Object
de.grogra.xl.util.Variant
- Author:
- Ole Kniemeyer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoublefloatintintValue()booleanisNull()longstatic Variantoperator$add(Variant a, Variant b) static Variantoperator$div(Variant a, Variant b) static booleanoperator$ge(Variant a, Variant b) static booleanoperator$gt(Variant a, Variant b) static booleanoperator$le(Variant a, Variant b) static booleanoperator$lt(Variant a, Variant b) static Variantoperator$mul(Variant a, Variant b) static Variantoperator$sub(Variant a, Variant b) toString()
-
Constructor Details
-
Variant
-
Variant
-
Variant
-
Variant
-
Variant
-
Variant
-
-
Method Details
-
isNull
public boolean isNull() -
booleanValue
public boolean booleanValue() -
intValue
public int intValue() -
longValue
public long longValue() -
floatValue
public float floatValue() -
doubleValue
public double doubleValue() -
toString
-
operator$add
-
operator$mul
-
operator$sub
-
operator$div
-
operator$ge
-
operator$gt
-
operator$le
-
operator$lt
-