Uses of Interface
commonj.sdo.Type

Packages that use Type
commonj.sdo Provides an API for accessing and manipulating structured data. 
org.eclipse.emf.ecore.sdo Provides an API for supporting Service Data Objects in EMF. 
org.eclipse.emf.ecore.sdo.impl Provides an implementation of the Ecore-based SDO API. 
org.eclipse.emf.ecore.sdo.util Provides utilities. 
 

Uses of Type in commonj.sdo
 

Methods in commonj.sdo that return Type
 Type Property.getContainingType()
          Returns the containing type of this property.
 Type DataObject.getType()
          Returns the data object's type.
 Type Property.getType()
          Returns the type of the property.
 Type DataGraph.getType(java.lang.String uri, java.lang.String typeName)
          Returns the type with the given the URI, or contained by the resource at the given URI, and with the given name.
 

Methods in commonj.sdo with parameters of type Type
 DataObject DataObject.createDataObject(Property property, Type type)
          Returns a new data object contained by this object using the specified property, which must be of containment type.
 DataObject DataGraph.createRootObject(Type type)
          Creates a new root data object of the specified type, replacing the existing root, if one exists.
 

Uses of Type in org.eclipse.emf.ecore.sdo
 

Subinterfaces of Type in org.eclipse.emf.ecore.sdo
 interface EType
          A representation of the model object 'EType'
 

Uses of Type in org.eclipse.emf.ecore.sdo.impl
 

Classes in org.eclipse.emf.ecore.sdo.impl that implement Type
 class ETypeImpl
          An implementation of the model object 'EType'.
 

Methods in org.eclipse.emf.ecore.sdo.impl that return Type
 Type EPropertyImpl.getContainingType()
           
 Type DynamicEDataObjectImpl.getType()
           
 Type EDataObjectSimpleAnyTypeImpl.getType()
           
 Type EChangeSummarySettingImpl.getType()
           
 Type EChangeSummaryImpl.getType()
           
 Type EDataObjectImpl.getType()
           
 Type EPropertyImpl.getType()
           
 Type DynamicEStoreEDataObjectImpl.getType()
           
 Type EDataObjectAnyTypeImpl.getType()
           
 Type EStoreEDataObjectImpl.getType()
           
 Type EDataGraphImpl.getType(java.lang.String namespaceURI, java.lang.String typeName)
           
 

Methods in org.eclipse.emf.ecore.sdo.impl with parameters of type Type
 DataObject DynamicEDataObjectImpl.createDataObject(Property property, Type type)
           
 DataObject EDataObjectSimpleAnyTypeImpl.createDataObject(Property property, Type type)
           
 DataObject EChangeSummarySettingImpl.createDataObject(Property property, Type type)
           
 DataObject EChangeSummaryImpl.createDataObject(Property property, Type type)
           
 DataObject EDataObjectImpl.createDataObject(Property property, Type type)
           
 DataObject DynamicEStoreEDataObjectImpl.createDataObject(Property property, Type type)
           
 DataObject EDataObjectAnyTypeImpl.createDataObject(Property property, Type type)
           
 DataObject EStoreEDataObjectImpl.createDataObject(Property property, Type type)
           
 DataObject EDataGraphImpl.createRootObject(Type type)
           
 

Uses of Type in org.eclipse.emf.ecore.sdo.util
 

Methods in org.eclipse.emf.ecore.sdo.util with parameters of type Type
 T SDOSwitch.caseType(Type object)
          Returns the result of interpreting the object as an instance of 'Type'
static EDataObject SDOUtil.create(Type type)
           
static DataObject SDOUtil.createDataObject(EObject eObject, int propertyIndex, Type type)
           
static DataObject SDOUtil.createDataObject(EObject eObject, Property property, Type type)
           
static DataObject SDOUtil.createDataObject(EObject eObject, java.lang.String propertyName, Type type)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.