Uses of Interface
org.eclipse.emf.ecore.sdo.EProperty

Packages that use EProperty
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 EProperty in org.eclipse.emf.ecore.sdo
 

Methods in org.eclipse.emf.ecore.sdo that return EProperty
 EProperty SDOFactory.createEProperty()
          Returns a new object of class 'EProperty'
 EProperty EType.getEProperty(String propertyName)
           
 

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

Classes in org.eclipse.emf.ecore.sdo.impl that implement EProperty
 class EPropertyImpl
           An implementation of the model object 'EProperty'.
 

Methods in org.eclipse.emf.ecore.sdo.impl that return EProperty
 EProperty SDOFactoryImpl.createEProperty()
           
 EProperty ETypeImpl.getEProperty(String propertyName)
           
 

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

Methods in org.eclipse.emf.ecore.sdo.util that return EProperty
static EProperty SDOUtil.getContainmentProperty(EObject eObject)
           
static EProperty SDOUtil.adaptProperty(EStructuralFeature eStructuralFeature)
           
 

Methods in org.eclipse.emf.ecore.sdo.util with parameters of type EProperty
protected static EReference SDOUtil.getContainmentEReference(EProperty property)
           
static Object SDOUtil.get(EObject eObject, EProperty property)
           
static void SDOUtil.set(EObject eObject, EProperty property, Object value)
           
static boolean SDOUtil.isSet(EObject eObject, EProperty property)
           
static void SDOUtil.unset(EObject eObject, EProperty property)
           
 Object SDOSwitch.caseEProperty(EProperty object)
          Returns the result of interpretting the object as an instance of 'EProperty'
 


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