Uses of Interface
org.openxma.dsl.dom.model.FeatureReference

Packages that use FeatureReference
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.naming   
org.openxma.dsl.dom.scoping   
org.openxma.dsl.dom.util   
 

Uses of FeatureReference in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return FeatureReference
 FeatureReference DomFactory.createFeatureReference()
          Returns a new object of class 'Feature Reference'.
 

Uses of FeatureReference in org.openxma.dsl.dom.model
 

Methods in org.openxma.dsl.dom.model that return types with arguments of type FeatureReference
 org.eclipse.emf.common.util.EList<FeatureReference> DataView.getFeatureReferences()
          Returns the value of the 'Feature References' containment reference list.
 

Uses of FeatureReference in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement FeatureReference
 class FeatureReferenceImpl
          An implementation of the model object ' Feature Reference'.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type FeatureReference
protected  org.eclipse.emf.common.util.EList<FeatureReference> DataViewImpl.featureReferences
          The cached value of the 'Feature References' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return FeatureReference
 FeatureReference DomFactoryImpl.createFeatureReference()
           
 

Methods in org.openxma.dsl.dom.model.impl that return types with arguments of type FeatureReference
 org.eclipse.emf.common.util.EList<FeatureReference> DataViewImpl.getFeatureReferences()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type FeatureReference
 List<Attribute> DataViewImpl.allAttributeHolders(FeatureReference featureReference)
           
 

Uses of FeatureReference in org.openxma.dsl.dom.naming
 

Methods in org.openxma.dsl.dom.naming with parameters of type FeatureReference
 String DomNameFunction.caseFeatureReference(FeatureReference object)
           
 

Uses of FeatureReference in org.openxma.dsl.dom.scoping
 

Methods in org.openxma.dsl.dom.scoping with parameters of type FeatureReference
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_FeatureReference_attribute(FeatureReference featureReference, org.eclipse.emf.ecore.EReference eReference)
           
 

Uses of FeatureReference in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type FeatureReference
 T DomSwitch.caseFeatureReference(FeatureReference object)
          Returns the result of interpreting the object as an instance of 'Feature Reference'.
 



Copyright © 2013. All Rights Reserved.