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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return ValueType
 ValueType FacesConfigFactory.createValueType()
          Returns a new object of class 'Value Type'
 ValueType MapEntryType.getValue()
          Returns the value of the 'Value' containment reference
 ValueType ManagedPropertyType.getValue()
          Returns the value of the 'Value' containment reference
 ValueType DocumentRoot.getValue()
          Returns the value of the 'Value' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type ValueType
 void MapEntryType.setValue(ValueType value)
          Sets the value of the 'Value' containment reference
 void ManagedPropertyType.setValue(ValueType value)
          Sets the value of the 'Value' containment reference
 void DocumentRoot.setValue(ValueType value)
          Sets the value of the 'Value' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement ValueType
 class ValueTypeImpl
          An implementation of the model object 'Value Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ValueType
 ValueType FacesConfigFactoryImpl.createValueType()
           
 ValueType MapEntryTypeImpl.getValue()
           
 ValueType ManagedPropertyTypeImpl.getValue()
           
 ValueType DocumentRootImpl.getValue()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ValueType
 NotificationChain MapEntryTypeImpl.basicSetValue(ValueType newValue, NotificationChain msgs)
           
 NotificationChain ManagedPropertyTypeImpl.basicSetValue(ValueType newValue, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetValue(ValueType newValue, NotificationChain msgs)
           
 void MapEntryTypeImpl.setValue(ValueType newValue)
           
 void ManagedPropertyTypeImpl.setValue(ValueType newValue)
           
 void DocumentRootImpl.setValue(ValueType newValue)
           
 

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

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