Package org.eclipse.emf.cdo.common.model
Interface CDOType
public interface CDOType
Provides access to all CDO-supported data types.
- Since:
- 2.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
Deprecated.static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
static final CDOType
-
Method Summary
Modifier and TypeMethodDescriptionadjustReferences
(CDOReferenceAdjuster adjuster, Object value, EStructuralFeature feature, int index) boolean
convertToCDO
(EClassifier feature, Object value) convertToEMF
(EClassifier feature, Object value) getName()
byte
void
writeValue
(CDODataOutput out, Object value)
-
Field Details
-
OBJECT
-
BOOLEAN
-
BOOLEAN_OBJECT
-
BYTE
-
BYTE_OBJECT
-
CHAR
-
CHARACTER_OBJECT
-
DATE
-
DOUBLE
-
DOUBLE_OBJECT
-
FLOAT
-
FLOAT_OBJECT
-
INT
-
INTEGER_OBJECT
-
LONG
-
LONG_OBJECT
-
SHORT
-
SHORT_OBJECT
-
STRING
-
BYTE_ARRAY
-
OBJECT_ARRAY
- Since:
- 3.0
-
MAP
- Since:
- 4.0
-
SET
- Since:
- 4.1
-
LIST
- Since:
- 4.1
-
BIG_DECIMAL
- Since:
- 2.0
-
BIG_INTEGER
- Since:
- 2.0
-
ENUM_ORDINAL
- Since:
- 3.0
-
ENUM_LITERAL
- Since:
- 3.0
-
BLOB
- Since:
- 4.0
-
CLOB
- Since:
- 4.0
-
JAVA_CLASS
- Since:
- 4.2
-
JAVA_OBJECT
- Since:
- 4.2
-
CUSTOM
-
FEATURE_MAP_ENTRY
Deprecated.As of 4.5feature maps
are no longer supported.- Since:
- 2.0
-
EXCEPTION
- Since:
- 4.3
-
HANDLER
- Since:
- 4.18
-
-
Method Details
-
getName
String getName() -
getTypeID
byte getTypeID()- Since:
- 4.0
-
canBeNull
boolean canBeNull() -
getDefaultValue
Object getDefaultValue() -
copyValue
-
adjustReferences
Object adjustReferences(CDOReferenceAdjuster adjuster, Object value, EStructuralFeature feature, int index) - Since:
- 4.0
-
readValue
- Throws:
IOException
- Since:
- 3.0
-
writeValue
- Throws:
IOException
- Since:
- 3.0
-
convertToEMF
- Since:
- 2.0
-
convertToCDO
- Since:
- 2.0
-
feature maps
are no longer supported.