|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FactoryType | |
---|---|
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 FactoryType in org.eclipse.jst.jsf.facesconfig.emf |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf that return FactoryType | |
---|---|
FactoryType |
FacesConfigFactory.createFactoryType()
Returns a new object of class 'Factory Type' |
FactoryType |
DocumentRoot.getFactory()
Returns the value of the 'Factory' containment reference |
Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type FactoryType | |
---|---|
void |
DocumentRoot.setFactory(FactoryType value)
Sets the value of the ' Factory ' containment reference |
Uses of FactoryType in org.eclipse.jst.jsf.facesconfig.emf.impl |
---|
Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement FactoryType | |
---|---|
class |
FactoryTypeImpl
An implementation of the model object 'Factory Type' |
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return FactoryType | |
---|---|
FactoryType |
FacesConfigFactoryImpl.createFactoryType()
|
FactoryType |
DocumentRootImpl.getFactory()
|
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type FactoryType | |
---|---|
NotificationChain |
DocumentRootImpl.basicSetFactory(FactoryType newFactory,
NotificationChain msgs)
|
void |
DocumentRootImpl.setFactory(FactoryType newFactory)
|
Uses of FactoryType in org.eclipse.jst.jsf.facesconfig.emf.util |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type FactoryType | |
---|---|
java.lang.Object |
FacesConfigSwitch.caseFactoryType(FactoryType object)
Returns the result of interpretting the object as an instance of 'Factory Type' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |