Uses of Interface
org.eclipse.emf.cdo.server.AttributeInfo

Packages that use AttributeInfo
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.server.impl   
 

Uses of AttributeInfo in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server that return AttributeInfo
 AttributeInfo ClassInfo.addAttribute(java.lang.String name, int featureID, int dataType, java.lang.String columnName, int columnType)
           
 AttributeInfo ClassInfo.getAttributeInfo(int feature)
           
 AttributeInfo[] ClassInfo.getAttributeInfos()
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type AttributeInfo
 void Mapper.insertAttribute(AttributeInfo attributeInfo, int cid)
           
 

Uses of AttributeInfo in org.eclipse.emf.cdo.server.impl
 

Classes in org.eclipse.emf.cdo.server.impl that implement AttributeInfo
 class AttributeInfoImpl
           
 

Fields in org.eclipse.emf.cdo.server.impl with type parameters of type AttributeInfo
protected  java.util.List<AttributeInfo> ClassInfoImpl.attributeInfos
           
 

Methods in org.eclipse.emf.cdo.server.impl that return AttributeInfo
 AttributeInfo ClassInfoImpl.addAttribute(java.lang.String name, int featureID, int dataType, java.lang.String columnName, int columnType)
           
 AttributeInfo ClassInfoImpl.getAttributeInfo(int feature)
           
 AttributeInfo[] ClassInfoImpl.getAttributeInfos()
           
 

Methods in org.eclipse.emf.cdo.server.impl with parameters of type AttributeInfo
 void MapperImpl.insertAttribute(AttributeInfo attributeInfo, int cid)
           
 


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.