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

Packages that use FromRange
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of FromRange in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return FromRange
 FromRange DomFactory.createFromRange()
          Returns a new object of class 'From Range'.
 

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

Subinterfaces of FromRange in org.openxma.dsl.dom.model
 interface FromClass
          A representation of the model object 'From Class'.
 interface InClass
          A representation of the model object 'In Class'.
 interface InCollection
          A representation of the model object 'In Collection'.
 interface InCollectionElements
          A representation of the model object 'In Collection Elements'.
 

Methods in org.openxma.dsl.dom.model that return types with arguments of type FromRange
 org.eclipse.emf.common.util.EList<FromRange> SelectStatement.getFrom()
          Returns the value of the 'From' containment reference list.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement FromRange
 class FromClassImpl
          An implementation of the model object 'From Class'.
 class FromRangeImpl
          An implementation of the model object 'From Range'.
 class InClassImpl
          An implementation of the model object 'In Class'.
 class InCollectionElementsImpl
          An implementation of the model object 'In Collection Elements'.
 class InCollectionImpl
          An implementation of the model object 'In Collection'.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type FromRange
protected  org.eclipse.emf.common.util.EList<FromRange> SelectStatementImpl.from
          The cached value of the 'From' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return FromRange
 FromRange DomFactoryImpl.createFromRange()
           
 

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

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

Methods in org.openxma.dsl.dom.util with parameters of type FromRange
 T DomSwitch.caseFromRange(FromRange object)
          Returns the result of interpreting the object as an instance of 'From Range'.
 



Copyright © 2013. All Rights Reserved.