Uses of Interface
org.eclipse.gmf.mappings.FeatureSeqInitializer

Packages that use FeatureSeqInitializer
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
org.eclipse.gmf.mappings.presentation   
org.eclipse.gmf.mappings.util   
 

Uses of FeatureSeqInitializer in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return FeatureSeqInitializer
 FeatureSeqInitializer GMFMapFactory.createFeatureSeqInitializer()
          Returns a new object of class 'Feature Seq Initializer'.
 FeatureSeqInitializer FeatureInitializer.getFeatureSeqInitializer()
          Returns the value of the 'Feature Seq Initializer' container reference.
 

Methods in org.eclipse.gmf.mappings that return types with arguments of type FeatureSeqInitializer
 org.eclipse.emf.common.util.EList<FeatureSeqInitializer> ReferenceNewElementSpec.getNewElementInitializers()
          Returns the value of the 'New Element Initializers' containment reference list.
 

Uses of FeatureSeqInitializer in org.eclipse.gmf.mappings.impl
 

Classes in org.eclipse.gmf.mappings.impl that implement FeatureSeqInitializer
 class FeatureSeqInitializerImpl
          An implementation of the model object 'Feature Seq Initializer'.
 

Fields in org.eclipse.gmf.mappings.impl with type parameters of type FeatureSeqInitializer
protected  org.eclipse.emf.common.util.EList<FeatureSeqInitializer> ReferenceNewElementSpecImpl.newElementInitializers
          The cached value of the 'New Element Initializers' containment reference list.
 

Methods in org.eclipse.gmf.mappings.impl that return FeatureSeqInitializer
 FeatureSeqInitializer GMFMapFactoryImpl.createFeatureSeqInitializer()
           
 FeatureSeqInitializer FeatureInitializerImpl.getFeatureSeqInitializer()
           
 

Methods in org.eclipse.gmf.mappings.impl that return types with arguments of type FeatureSeqInitializer
 org.eclipse.emf.common.util.EList<FeatureSeqInitializer> ReferenceNewElementSpecImpl.getNewElementInitializers()
           
 

Uses of FeatureSeqInitializer in org.eclipse.gmf.mappings.presentation
 

Methods in org.eclipse.gmf.mappings.presentation with parameters of type FeatureSeqInitializer
static Collection<org.eclipse.emf.ecore.EClass> FilterUtil.filterByFeatureSeqInitializer(Collection<org.eclipse.emf.ecore.EClass> eClasses, FeatureSeqInitializer featureSeqInitializer)
           
 

Uses of FeatureSeqInitializer in org.eclipse.gmf.mappings.util
 

Methods in org.eclipse.gmf.mappings.util with parameters of type FeatureSeqInitializer
 T GMFMapSwitch.caseFeatureSeqInitializer(FeatureSeqInitializer object)
          Returns the result of interpreting the object as an instance of 'Feature Seq Initializer'.
 



Copyright © 2012. All Rights Reserved.