|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CDODataTypes
Defines symbolic constants for the data types to be used in payload traffic of the CDO protocol.
There are three ranges of constants:
MAX_PRIMITIVE
.
Field Summary | |
---|---|
static int |
BOOLEAN
Enumeration constant for the CDO data type BOOLEAN. |
static int |
BOOLEAN_OBJECT
Enumeration constant for the CDO data type BOOLEAN_OBJECT. |
static int |
BYTE
Enumeration constant for the CDO data type BYTE. |
static int |
BYTE_OBJECT
Enumeration constant for the CDO data type BYTE_OBJECT. |
static int |
CHAR
Enumeration constant for the CDO data type CHAR. |
static int |
CHAR_OBJECT
Enumeration constant for the CDO data type CHAR_OBJECT. |
static int |
DOUBLE
Enumeration constant for the CDO data type DOUBLE. |
static int |
DOUBLE_OBJECT
Enumeration constant for the CDO data type DOUBLE_OBJECT. |
static int |
FLOAT
Enumeration constant for the CDO data type FLOAT. |
static int |
FLOAT_OBJECT
Enumeration constant for the CDO data type FLOAT_OBJECT. |
static int |
INT
Enumeration constant for the CDO data type INT. |
static int |
INT_OBJECT
TODO Document field INT_OBJECT Enumeration constant for the CDO data type INT_OBJECT. |
static int |
LONG
Enumeration constant for the CDO data type LONG. |
static int |
LONG_OBJECT
Enumeration constant for the CDO data type LONG_OBJECT. |
static int |
MAX_PRIMITIVE
For internal use only. |
static int |
MIN_PRIMITIVE
For internal use only. |
static int |
SHORT
Enumeration constant for the CDO data type SHORT. |
static int |
SHORT_OBJECT
Enumeration constant for the CDO data type SHORT_OBJECT. |
static int |
STRING
Enumeration constant for the CDO data type STRING. |
static int |
USER_DEFINED
For internal use only. |
Field Detail |
---|
static final int CHAR
static final int BOOLEAN
static final int BYTE
static final int SHORT
static final int INT
static final int LONG
static final int FLOAT
static final int DOUBLE
static final int MIN_PRIMITIVE
static final int CHAR_OBJECT
static final int BOOLEAN_OBJECT
static final int BYTE_OBJECT
static final int SHORT_OBJECT
static final int INT_OBJECT
static final int LONG_OBJECT
static final int FLOAT_OBJECT
static final int DOUBLE_OBJECT
static final int MAX_PRIMITIVE
static final int STRING
static final int USER_DEFINED
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |