Uses of Interface
org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.AnnotationFilter

Packages that use GenBaseImpl.AnnotationFilter
org.eclipse.emf.codegen.ecore.genmodel.impl   
 

Uses of GenBaseImpl.AnnotationFilter in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement GenBaseImpl.AnnotationFilter
protected static class GenBaseImpl.AnnotationFilterImpl
           
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as GenBaseImpl.AnnotationFilter
protected static GenBaseImpl.AnnotationFilter GenBaseImpl.DEFAULT_ANNOTATION_FILTER
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenBaseImpl.AnnotationFilter
protected  void GenBaseImpl.appendAnnotationInfo(java.lang.StringBuffer result, boolean qualified, EModelElement eModelElement, GenBaseImpl.AnnotationFilter annotationFilter)
           
protected  void GenBaseImpl.appendAnnotationInfo(java.lang.StringBuffer result, EModelElement eModelElement, GenBaseImpl.AnnotationFilter annotationFilter)
           
protected  java.util.List<java.lang.String> GenBaseImpl.getAnnotationInfo(EModelElement eModelElement, GenBaseImpl.AnnotationFilter annotationFilter)
           
 


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