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

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

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

Fields in org.eclipse.emf.cdo.common.model declared as CDOType
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.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
 CDOType CDOFeature.getType()
           
static CDOType CDOModelUtil.getType(int typeID)
           
static CDOType CDOModelUtil.readType(org.eclipse.net4j.util.io.ExtendedDataInput in)
           
 

Methods in org.eclipse.emf.cdo.common.model with parameters of type CDOType
static CDOFeature CDOModelUtil.createAttribute(CDOClass containingClass, int featureID, java.lang.String name, CDOType type, boolean many)
           
static void CDOModelUtil.writeType(org.eclipse.net4j.util.io.ExtendedDataOutput out, CDOType type)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.