public interface JDOValueIF
Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
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.int getType()
JDOValueIF
interface.void visit(JDOVisitorIF visitor)