Class IntScalar


  • public class IntScalar
    extends ch.brix.gql.client.Scalar
    The `Int` scalar type represents non-fractional signed whole numeric
    values. Int can represent values between -(2^31) and 2^31 - 1.
    • Method Summary

      Modifier and Type Method Description
      static IntScalar of​(Object value)  
      • Methods inherited from class ch.brix.gql.client.Scalar

        from, getBigDecimal, getBigInteger, getBoolean, getByte, getChar, getDate, getDate, getDateFromUnixMilis, getDateFromUnixSeconds, getDouble, getDuration, getFloat, getInt, getLocale, getLong, getShort, getValue, toString
    • Method Detail

      • of

        public static IntScalar of​(Object value)
        Parameters:
        value - requires correct implementation of .toString() otherwise pass a String