Uses of Interface
org.eclipse.emf.codegen.ecore.genmodel.GenFeature

Packages that use GenFeature
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.util   
 

Uses of GenFeature in org.eclipse.emf.codegen.ecore.genmodel
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenFeature
 GenFeature GenPackage.getRootFeature()
           
 GenFeature GenModelFactory.createGenFeature()
          Returns a new object of class 'Gen Feature'
 GenFeature GenModel.createGenFeature()
           
 GenFeature GenFeature.getReverse()
           
 GenFeature GenFeature.getDelegateFeature()
           
 GenFeature GenClass.getLabelFeature()
          Returns the value of the 'Label Feature' reference
 GenFeature GenClass.getMapEntryKeyFeature()
           
 GenFeature GenClass.getMapEntryValueFeature()
           
 GenFeature GenClass.getMixedGenFeature()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenFeature
 boolean GenFeature.reconcile(GenFeature oldGenFeatureVersion)
           
 void GenClass.setLabelFeature(GenFeature value)
          Sets the value of the 'Label Feature' reference
 String GenClass.getFeatureID(GenFeature genFeature)
           
 String GenClass.getQualifiedFeatureID(GenFeature genFeature)
           
 String GenClass.getFeatureValue(GenFeature genFeature)
           
 String GenClass.getLocalFeatureIndex(GenFeature genFeature)
           
 String GenClass.getFlagsField(GenFeature genFeature)
           
 int GenClass.getFlagIndex(GenFeature genFeature)
           
 String GenClass.getESetFlagsField(GenFeature genFeature)
           
 int GenClass.getESetFlagIndex(GenFeature genFeature)
           
 GenModel GenClass.getImplementingGenModel(GenFeature genFeature)
           
 String GenClass.getCreateChildIconFileName(GenFeature feature, GenClass childClass)
           
 List GenClass.getChildrenClasses(GenFeature genFeature)
           
 List GenClass.getCrossPackageChildrenClasses(GenFeature genFeature)
           
 String GenClass.getListConstructor(GenFeature genFeature)
           
 boolean GenClass.isFlag(GenFeature genFeature)
           
 boolean GenClass.isESetFlag(GenFeature genFeature)
           
 boolean GenClass.isField(GenFeature genFeature)
           
 boolean GenClass.isESetField(GenFeature genFeature)
           
 

Uses of GenFeature in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement GenFeature
 class GenFeatureImpl
           An implementation of the model object 'Gen Feature'
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as GenFeature
protected  GenFeature GenClassImpl.labelFeature
          The cached value of the 'Label Feature' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenFeature
 GenFeature GenPackageImpl.getRootFeature()
           
 GenFeature GenModelImpl.createGenFeature()
           
 GenFeature GenModelFactoryImpl.createGenFeature()
           
 GenFeature GenFeatureImpl.getReverse()
           
 GenFeature GenFeatureImpl.getDelegateFeature()
           
 GenFeature GenClassImpl.getMapEntryKeyFeature()
           
 GenFeature GenClassImpl.getMapEntryValueFeature()
           
 GenFeature GenClassImpl.getLabelFeatureGen()
           
 GenFeature GenClassImpl.getLabelFeature()
           
 GenFeature GenClassImpl.basicGetLabelFeature()
           
 GenFeature GenClassImpl.getMixedGenFeature()
           
protected  GenFeature GenBaseImpl.findGenFeature(EStructuralFeature eStructuralFeature)
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenFeature
 boolean GenFeatureImpl.reconcile(GenFeature oldGenFeatureVersion)
           
protected  void GenFeatureImpl.reconcileSettings(GenFeature oldGenFeatureVersion)
           
 String GenClassImpl.getFeatureID(GenFeature genFeature)
           
 String GenClassImpl.getQualifiedFeatureID(GenFeature genFeature)
           
 String GenClassImpl.getFeatureValue(GenFeature genFeature)
           
 String GenClassImpl.getLocalFeatureIndex(GenFeature genFeature)
           
 String GenClassImpl.getFlagsField(GenFeature genFeature)
           
 int GenClassImpl.getFlagIndex(GenFeature genFeature)
           
 String GenClassImpl.getESetFlagsField(GenFeature genFeature)
           
 int GenClassImpl.getESetFlagIndex(GenFeature genFeature)
           
 GenModel GenClassImpl.getImplementingGenModel(GenFeature genFeature)
           
 String GenClassImpl.getCreateChildIconFileName(GenFeature feature, GenClass childClass)
           
 List GenClassImpl.getChildrenClasses(GenFeature genFeature)
           
 List GenClassImpl.getCrossPackageChildrenClasses(GenFeature genFeature)
           
 void GenClassImpl.setLabelFeature(GenFeature newLabelFeature)
           
 String GenClassImpl.getListConstructor(GenFeature genFeature)
           
 boolean GenClassImpl.isFlag(GenFeature genFeature)
           
 boolean GenClassImpl.isESetFlag(GenFeature genFeature)
           
 boolean GenClassImpl.isField(GenFeature genFeature)
           
 boolean GenClassImpl.isESetField(GenFeature genFeature)
           
 boolean GenBaseImpl.GenFeatureFilter.accept(GenFeature genFeature)
           
 

Uses of GenFeature in org.eclipse.emf.codegen.ecore.genmodel.util
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.util with parameters of type GenFeature
 Object GenModelSwitch.caseGenFeature(GenFeature object)
          Returns the result of interpretting the object as an instance of 'Gen Feature'
 


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