Uses of Interface
org.eclipse.jst.jsf.facesconfig.emf.ConverterType

Packages that use ConverterType
org.eclipse.jst.jsf.facesconfig.emf EMF model for JSF application configuration files. 
org.eclipse.jst.jsf.facesconfig.emf.impl EMF model implementations for JSF application configuration files (deprecated). 
org.eclipse.jst.jsf.facesconfig.emf.util EMF generated utility classes for JSF application configuration files (deprecated). 
 

Uses of ConverterType in org.eclipse.jst.jsf.facesconfig.emf
 

Methods in org.eclipse.jst.jsf.facesconfig.emf that return ConverterType
 ConverterType FacesConfigFactory.createConverterType()
          Returns a new object of class 'Converter Type'
 ConverterType DocumentRoot.getConverter()
          Returns the value of the 'Converter' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type ConverterType
 void DocumentRoot.setConverter(ConverterType value)
          Sets the value of the 'Converter' containment reference
 

Uses of ConverterType in org.eclipse.jst.jsf.facesconfig.emf.impl
 

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement ConverterType
 class ConverterTypeImpl
          An implementation of the model object 'Converter Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ConverterType
 ConverterType FacesConfigFactoryImpl.createConverterType()
           
 ConverterType DocumentRootImpl.getConverter()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ConverterType
 NotificationChain DocumentRootImpl.basicSetConverter(ConverterType newConverter, NotificationChain msgs)
           
 void DocumentRootImpl.setConverter(ConverterType newConverter)
           
 

Uses of ConverterType in org.eclipse.jst.jsf.facesconfig.emf.util
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type ConverterType
 java.lang.Object FacesConfigSwitch.caseConverterType(ConverterType object)
          Returns the result of interpretting the object as an instance of 'Converter Type'