|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
DataGraph.getType(String uri,
String typeName)
Returns the type with the given the URI ,
or contained by the resource at the given URI,
and with the given name . |
Type |
Property.getType()
Returns the type of the property. |
Type |
Property.getContainingType()
Returns the containing type of this property. |
Type |
DataObject.getType()
Returns the data object's type. |
Methods in commonj.sdo with parameters of type Type | |
DataObject |
DataGraph.createRootObject(Type type)
Creates a new root data object of the specified type, replacing the existing root, if one exists. |
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 .
|
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 |
EChangeSummarySettingImpl.getType()
|
Type |
EDataGraphImpl.getType(String namespaceURI,
String typeName)
|
Type |
EDataObjectImpl.getType()
|
Type |
EDataObjectSimpleAnyTypeImpl.getType()
|
Type |
DynamicEDataObjectImpl.getType()
|
Type |
EPropertyImpl.getType()
|
Type |
EPropertyImpl.getContainingType()
|
Type |
EDataObjectAnyTypeImpl.getType()
|
Type |
EStoreEDataObjectImpl.getType()
|
Type |
EChangeSummaryImpl.getType()
|
Type |
DynamicEStoreEDataObjectImpl.getType()
|
Methods in org.eclipse.emf.ecore.sdo.impl with parameters of type Type | |
DataObject |
EChangeSummarySettingImpl.createDataObject(Property property,
Type type)
|
DataObject |
EDataGraphImpl.createRootObject(Type type)
|
DataObject |
EDataObjectImpl.createDataObject(Property property,
Type type)
|
DataObject |
EDataObjectSimpleAnyTypeImpl.createDataObject(Property property,
Type type)
|
DataObject |
DynamicEDataObjectImpl.createDataObject(Property property,
Type type)
|
DataObject |
EDataObjectAnyTypeImpl.createDataObject(Property property,
Type type)
|
DataObject |
EStoreEDataObjectImpl.createDataObject(Property property,
Type type)
|
DataObject |
EChangeSummaryImpl.createDataObject(Property property,
Type type)
|
DataObject |
DynamicEStoreEDataObjectImpl.createDataObject(Property property,
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 | |
static DataObject |
SDOUtil.createDataObject(EObject eObject,
String propertyName,
Type type)
|
static DataObject |
SDOUtil.createDataObject(EObject eObject,
int propertyIndex,
Type type)
|
static DataObject |
SDOUtil.createDataObject(EObject eObject,
Property property,
Type type)
|
static EDataObject |
SDOUtil.create(Type type)
|
Object |
SDOSwitch.caseType(Type object)
Returns the result of interpretting the object as an instance of 'Type' |
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |