Package org.eclipse.emf.cdo.common.model
Class CDOType.Handler
java.lang.Object
org.eclipse.emf.cdo.common.model.CDOType.Handler
- Enclosing interface:
- CDOType
- Since:
- 4.18
- Author:
- Eike Stepper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Createstype handlers
.static final class
A global registry fortype handlers
. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
int
final String
getType()
abstract Object
abstract void
writeValue
(CDODataOutput out, Object value)
-
Field Details
-
DEFAULT_PRIORITY
public static final int DEFAULT_PRIORITY- See Also:
-
-
Constructor Details
-
Handler
-
-
Method Details
-
getType
-
getPriority
public int getPriority() -
canHandle
-
writeValue
- Throws:
IOException
-
readValue
- Throws:
IOException
-