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(java.lang.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'.
 

Fields in org.eclipse.emf.ecore.sdo.impl with type parameters of type EProperty
protected  EList<EProperty> ETypeImpl.properties
           
protected  java.util.Map<java.lang.String,EProperty> ETypeImpl.propertyNameToPropertyMap
           
 

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

Methods in org.eclipse.emf.ecore.sdo.impl that return types with arguments of type EProperty
protected  EList<EProperty> ETypeImpl.adaptProperties(java.util.List<? extends EStructuralFeature> eStructuralFeatures)
           
 java.util.List<EProperty> ETypeImpl.getProperties()
           
 EList<EProperty> ETypeImpl.getPropertiesGen()
           
 

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

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

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


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