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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return DefaultValueType
 DefaultValueType FacesConfigFactory.createDefaultValueType()
          Returns a new object of class 'Default Value Type'
 DefaultValueType PropertyType.getDefaultValue()
          Returns the value of the 'Default Value' containment reference
 DefaultValueType DocumentRoot.getDefaultValue()
          Returns the value of the 'Default Value' containment reference
 DefaultValueType AttributeType.getDefaultValue()
          Returns the value of the 'Default Value' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type DefaultValueType
 void PropertyType.setDefaultValue(DefaultValueType value)
          Sets the value of the 'Default Value' containment reference
 void DocumentRoot.setDefaultValue(DefaultValueType value)
          Sets the value of the 'Default Value' containment reference
 void AttributeType.setDefaultValue(DefaultValueType value)
          Sets the value of the 'Default Value' containment reference
 

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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return DefaultValueType
 DefaultValueType FacesConfigFactoryImpl.createDefaultValueType()
           
 DefaultValueType PropertyTypeImpl.getDefaultValue()
           
 DefaultValueType DocumentRootImpl.getDefaultValue()
           
 DefaultValueType AttributeTypeImpl.getDefaultValue()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type DefaultValueType
 org.eclipse.emf.common.notify.NotificationChain PropertyTypeImpl.basicSetDefaultValue(DefaultValueType newDefaultValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetDefaultValue(DefaultValueType newDefaultValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AttributeTypeImpl.basicSetDefaultValue(DefaultValueType newDefaultValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PropertyTypeImpl.setDefaultValue(DefaultValueType newDefaultValue)
           
 void DocumentRootImpl.setDefaultValue(DefaultValueType newDefaultValue)
           
 void AttributeTypeImpl.setDefaultValue(DefaultValueType newDefaultValue)
           
 

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

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