Package org.eclipse.emf.cdo.common.model
Schnittstelle CDOType
public interface CDOType
Provides access to all CDO-supported data types.
- Seit:
- 2.0
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypeVeraltet.static final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOTypestatic final CDOType -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungadjustReferences(CDOReferenceAdjuster adjuster, Object value, EStructuralFeature feature, int index) booleanconvertToCDO(EClassifier feature, Object value) convertToEMF(EClassifier feature, Object value) getName()bytevoidwriteValue(CDODataOutput out, Object value)
-
Felddetails
-
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
- Seit:
- 3.0
-
MAP
- Seit:
- 4.0
-
SET
- Seit:
- 4.1
-
LIST
- Seit:
- 4.1
-
BIG_DECIMAL
- Seit:
- 2.0
-
BIG_INTEGER
- Seit:
- 2.0
-
ENUM_ORDINAL
- Seit:
- 3.0
-
ENUM_LITERAL
- Seit:
- 3.0
-
BLOB
- Seit:
- 4.0
-
CLOB
- Seit:
- 4.0
-
JAVA_CLASS
- Seit:
- 4.2
-
JAVA_OBJECT
- Seit:
- 4.2
-
CUSTOM
-
FEATURE_MAP_ENTRY
Veraltet.As of 4.5feature mapsare no longer supported.- Seit:
- 2.0
-
EXCEPTION
- Seit:
- 4.3
-
HANDLER
- Seit:
- 4.18
-
-
Methodendetails
-
getName
String getName() -
getTypeID
byte getTypeID()- Seit:
- 4.0
-
canBeNull
boolean canBeNull() -
getDefaultValue
Object getDefaultValue() -
copyValue
-
adjustReferences
Object adjustReferences(CDOReferenceAdjuster adjuster, Object value, EStructuralFeature feature, int index) - Seit:
- 4.0
-
readValue
- Löst aus:
IOException- Seit:
- 3.0
-
writeValue
- Löst aus:
IOException- Seit:
- 3.0
-
convertToEMF
- Seit:
- 2.0
-
convertToCDO
- Seit:
- 2.0
-
feature mapsare no longer supported.