|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseNameType | |
---|---|
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 BaseNameType in org.eclipse.jst.jsf.facesconfig.emf |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf that return BaseNameType | |
---|---|
BaseNameType |
FacesConfigFactory.createBaseNameType()
Returns a new object of class 'Base Name Type' |
BaseNameType |
ResourceBundleType.getBaseName()
Returns the value of the 'Base Name' reference |
Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type BaseNameType | |
---|---|
void |
ResourceBundleType.setBaseName(BaseNameType value)
Sets the value of the ' Base Name ' reference |
Uses of BaseNameType in org.eclipse.jst.jsf.facesconfig.emf.impl |
---|
Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement BaseNameType | |
---|---|
class |
BaseNameTypeImpl
An implementation of the model object 'Base Name Type' |
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return BaseNameType | |
---|---|
BaseNameType |
ResourceBundleTypeImpl.basicGetBaseName()
|
BaseNameType |
FacesConfigFactoryImpl.createBaseNameType()
|
BaseNameType |
ResourceBundleTypeImpl.getBaseName()
|
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type BaseNameType | |
---|---|
void |
ResourceBundleTypeImpl.setBaseName(BaseNameType newBaseName)
|
Uses of BaseNameType in org.eclipse.jst.jsf.facesconfig.emf.util |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type BaseNameType | |
---|---|
java.lang.Object |
FacesConfigSwitch.caseBaseNameType(BaseNameType object)
Returns the result of interpretting the object as an instance of 'Base Name Type' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |