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

Packages that use DefaultValidatorsType
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 DefaultValidatorsType in org.eclipse.jst.jsf.facesconfig.emf
 

Methods in org.eclipse.jst.jsf.facesconfig.emf that return DefaultValidatorsType
 DefaultValidatorsType FacesConfigFactory.createDefaultValidatorsType()
          Returns a new object of class 'Default Validators Type'
 DefaultValidatorsType DocumentRoot.getDefaultValidators()
          Returns the value of the 'Default Validators' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type DefaultValidatorsType
 void DocumentRoot.setDefaultValidators(DefaultValidatorsType value)
          Sets the value of the 'Default Validators' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement DefaultValidatorsType
 class DefaultValidatorsTypeImpl
          An implementation of the model object 'Default Validators Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return DefaultValidatorsType
 DefaultValidatorsType FacesConfigFactoryImpl.createDefaultValidatorsType()
           
 DefaultValidatorsType DocumentRootImpl.getDefaultValidators()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type DefaultValidatorsType
 NotificationChain DocumentRootImpl.basicSetDefaultValidators(DefaultValidatorsType newDefaultValidators, NotificationChain msgs)
           
 void DocumentRootImpl.setDefaultValidators(DefaultValidatorsType newDefaultValidators)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type DefaultValidatorsType
 java.lang.Object FacesConfigSwitch.caseDefaultValidatorsType(DefaultValidatorsType object)
          Returns the result of interpreting the object as an instance of 'Default Validators Type'