|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescriptionType | |
---|---|
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. |
org.eclipse.jst.jsf.facesconfig.emf.util | EMF generated util classes for JSF application configuration files. |
Uses of DescriptionType in org.eclipse.jst.jsf.facesconfig.emf |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf that return DescriptionType | |
---|---|
DescriptionType |
FacesConfigFactory.createDescriptionType()
Returns a new object of class 'Description Type' |
DescriptionType |
DocumentRoot.getDescription()
Returns the value of the 'Description' containment reference |
Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type DescriptionType | |
---|---|
void |
DocumentRoot.setDescription(DescriptionType value)
Sets the value of the ' Description ' containment reference |
Uses of DescriptionType in org.eclipse.jst.jsf.facesconfig.emf.impl |
---|
Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement DescriptionType | |
---|---|
class |
DescriptionTypeImpl
An implementation of the model object 'Description Type' |
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return DescriptionType | |
---|---|
DescriptionType |
FacesConfigFactoryImpl.createDescriptionType()
|
DescriptionType |
DocumentRootImpl.getDescription()
|
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type DescriptionType | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DocumentRootImpl.basicSetDescription(DescriptionType newDescription,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
DocumentRootImpl.setDescription(DescriptionType newDescription)
|
Uses of DescriptionType in org.eclipse.jst.jsf.facesconfig.emf.util |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type DescriptionType | |
---|---|
java.lang.Object |
FacesConfigSwitch.caseDescriptionType(DescriptionType object)
Returns the result of interpretting the object as an instance of 'Description Type' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |