Class CypherBoolean

  • All Implemented Interfaces:
    com.graphdbapi.memory.MemoryEstimable

    public abstract class CypherBoolean
    extends CypherValue
    Driver传输Boolean类型的对象。
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static CypherBoolean FALSE
      Driver传输Boolean.FALSE值的默认对象。
      static CypherBoolean TRUE
      Driver传输Boolean.TRUE值的默认对象。
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean booleanValue()
      获取当前对象的boolean值。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TRUE

        public static final CypherBoolean TRUE
        Driver传输Boolean.TRUE值的默认对象。
      • FALSE

        public static final CypherBoolean FALSE
        Driver传输Boolean.FALSE值的默认对象。
    • Method Detail

      • booleanValue

        public abstract boolean booleanValue()
        获取当前对象的boolean值。
        Returns:
        对象的boolean值