Package ch.brix.gql.client
Class Scalar
java.lang.Object
ch.brix.gql.client.Scalar
Base for scalars
-
Constructor Details
-
Scalar
public Scalar()
-
-
Method Details
-
toString
-
from
- Parameters:
object- requires correct implementation of toString()- Returns:
- Scalar
-
getBoolean
public boolean getBoolean() -
getInt
public int getInt() -
getByte
public byte getByte() -
getLong
public long getLong() -
getShort
public short getShort() -
getChar
public char getChar() -
getBigInteger
-
getDouble
public double getDouble() -
getFloat
public float getFloat() -
getBigDecimal
-
getDateFromUnixSeconds
-
getDateFromUnixMilis
-
getDate
- Throws:
ParseException
-
getDate
-
getLocale
-
getDuration
-