|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDOValueIF
INTERNAL: Represents a value in a JDO query. A value will return the value it represents when evaluated.
Field Summary | |
---|---|
static int |
COLLECTION
INTERNAL: Constant referring to the JDOCollection class. |
static int |
FIELD
INTERNAL: Constant referring to the JDOField class. |
static int |
FUNCTION
INTERNAL: Constant referring to the JDOFunction class. |
static int |
NATIVE_VALUE
INTERNAL: Constant referring to the JDONativeValue class. |
static int |
NULL
INTERNAL: Constant referring to the JDONull class. |
static int |
OBJECT
INTERNAL: Constant referring to the JDOObject class. |
static int |
PARAMETER
INTERNAL: Constant referring to the JDOParameter class. |
static int |
PRIMITIVE
INTERNAL: Constant referring to the JDOPrimitive class. |
static int |
STRING
INTERNAL: Constant referring to the JDOString class. |
static int |
VARIABLE
INTERNAL: Constant referring to the JDOVariable class. |
Method Summary | |
---|---|
int |
getType()
INTERNAL: Returns the type of JDO value indicated by one of the constants in the JDOValueIF interface. |
void |
visit(JDOVisitorIF visitor)
INTERNAL: Allows the value to be visited. |
Field Detail |
---|
static final int NULL
JDONull
class.
static final int FIELD
JDOField
class.
static final int VARIABLE
JDOVariable
class.
static final int PARAMETER
JDOParameter
class.
static final int PRIMITIVE
JDOPrimitive
class.
static final int OBJECT
JDOObject
class.
static final int COLLECTION
JDOCollection
class.
static final int STRING
JDOString
class.
static final int NATIVE_VALUE
JDONativeValue
class.
static final int FUNCTION
JDOFunction
class.
Method Detail |
---|
int getType()
JDOValueIF
interface.
void visit(JDOVisitorIF visitor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |