Interface JDOValueIF

All Known Implementing Classes:
JDOCollection, JDOField, JDOFunction, JDONativeValue, JDONull, JDOObject, JDOParameter, JDOPrimitive, JDOString, JDOVariable

public interface JDOValueIF
INTERNAL: Represents a value in a JDO query. A value will return the value it represents when evaluated.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    INTERNAL: Constant referring to the JDOCollection class.
    static final int
    INTERNAL: Constant referring to the JDOField class.
    static final int
    INTERNAL: Constant referring to the JDOFunction class.
    static final int
    INTERNAL: Constant referring to the JDONativeValue class.
    static final int
    INTERNAL: Constant referring to the JDONull class.
    static final int
    INTERNAL: Constant referring to the JDOObject class.
    static final int
    INTERNAL: Constant referring to the JDOParameter class.
    static final int
    INTERNAL: Constant referring to the JDOPrimitive class.
    static final int
    INTERNAL: Constant referring to the JDOString class.
    static final int
    INTERNAL: Constant referring to the JDOVariable class.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    INTERNAL: Returns the type of JDO value indicated by one of the constants in the JDOValueIF interface.
    void
    INTERNAL: Allows the value to be visited.