Class JDOBoolean

    • Field Detail

      • value

        protected boolean value
    • Constructor Detail

      • JDOBoolean

        public JDOBoolean​(boolean value)
    • Method Detail

      • getValue

        public boolean getValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • visit

        public void visit​(JDOVisitorIF visitor)
        Description copied from interface: JDOExpressionIF
        INTERNAL: Allows the value to be visited. This method is used for retrieval of nested data in expressions.
        Specified by:
        visit in interface JDOExpressionIF