Uses of Interface
org.eclipse.emf.cdo.common.model.CDOType

Packages that use CDOType
org.eclipse.emf.cdo.common.io   
org.eclipse.emf.cdo.common.model   
 

Uses of CDOType in org.eclipse.emf.cdo.common.io
 

Methods in org.eclipse.emf.cdo.common.io that return CDOType
 CDOType CDODataInput.readCDOType()
           
 

Methods in org.eclipse.emf.cdo.common.io with parameters of type CDOType
 void CDODataOutput.writeCDOType(CDOType cdoType)
           
 

Uses of CDOType in org.eclipse.emf.cdo.common.model
 

Fields in org.eclipse.emf.cdo.common.model declared as CDOType
static CDOType CDOType.BIG_DECIMAL
           
static CDOType CDOType.BIG_INTEGER
           
static CDOType CDOType.BOOLEAN
           
static CDOType CDOType.BOOLEAN_OBJECT
           
static CDOType CDOType.BYTE
           
static CDOType CDOType.BYTE_ARRAY
           
static CDOType CDOType.BYTE_OBJECT
           
static CDOType CDOType.CHAR
           
static CDOType CDOType.CHARACTER_OBJECT
           
static CDOType CDOType.CUSTOM
           
static CDOType CDOType.DATE
           
static CDOType CDOType.DOUBLE
           
static CDOType CDOType.DOUBLE_OBJECT
           
static CDOType CDOType.ENUM
           
static CDOType CDOType.FEATURE_MAP_ENTRY
           
static CDOType CDOType.FLOAT
           
static CDOType CDOType.FLOAT_OBJECT
           
static CDOType CDOType.INT
           
static CDOType CDOType.INTEGER_OBJECT
           
static CDOType CDOType.LONG
           
static CDOType CDOType.LONG_OBJECT
           
static CDOType CDOType.OBJECT
           
static CDOType CDOType.SHORT
           
static CDOType CDOType.SHORT_OBJECT
           
static CDOType CDOType.STRING
           
 

Methods in org.eclipse.emf.cdo.common.model that return CDOType
static CDOType CDOModelUtil.getCoreType(org.eclipse.emf.ecore.EClassifier eDataType)
          Core types includes also complex data like EAnnotation, and EEnum
static CDOType CDOModelUtil.getPrimitiveType(java.lang.Class<? extends java.lang.Object> primitiveType)
           
static CDOType CDOModelUtil.getType(org.eclipse.emf.ecore.EClassifier classifier)
           
static CDOType CDOModelUtil.getType(org.eclipse.emf.ecore.EStructuralFeature feature)
           
static CDOType CDOModelUtil.getType(int typeID)
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.