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
Modifier and TypeClassDescriptionstatic class
static final class
-
Field Summary
-
Constructor Summary
-
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
-