org.eclipse.jst.jsf.facesconfig.emf
Interface ApplicationType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ApplicationTypeImpl

public interface ApplicationType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Application Type'.

The following features are supported:

See Also:
FacesConfigPackage.getApplicationType()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getActionListener()
          Returns the value of the 'Action Listener' containment reference list.
 org.eclipse.emf.common.util.EList getApplicationExtension()
          Returns the value of the 'Application Extension' reference list.
 org.eclipse.emf.common.util.EList getDefaultRenderKitId()
          Returns the value of the 'Default Render Kit Id' containment reference list.
 org.eclipse.emf.common.util.EList getELResolver()
          Returns the value of the 'EL Resolver' reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 org.eclipse.emf.common.util.EList getLocaleConfig()
          Returns the value of the 'Locale Config' containment reference list.
 org.eclipse.emf.common.util.EList getMessageBundle()
          Returns the value of the 'Message Bundle' containment reference list.
 org.eclipse.emf.common.util.EList getNavigationHandler()
          Returns the value of the 'Navigation Handler' containment reference list.
 org.eclipse.emf.common.util.EList getPropertyResolver()
          Returns the value of the 'Property Resolver' containment reference list.
 org.eclipse.emf.common.util.EList getResourceBundle()
          Returns the value of the 'Resource Bundle' reference list.
 org.eclipse.emf.common.util.EList getStateManager()
          Returns the value of the 'State Manager' containment reference list.
 org.eclipse.emf.common.util.EList getVariableResolver()
          Returns the value of the 'Variable Resolver' containment reference list.
 org.eclipse.emf.common.util.EList getViewHandler()
          Returns the value of the 'View Handler' containment reference list.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getActionListener

org.eclipse.emf.common.util.EList getActionListener()
Returns the value of the 'Action Listener' containment reference list. The list contents are of type ActionListenerType.

If the meaning of the 'Action Listener' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Action Listener' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_ActionListener()

getDefaultRenderKitId

org.eclipse.emf.common.util.EList getDefaultRenderKitId()
Returns the value of the 'Default Render Kit Id' containment reference list. The list contents are of type DefaultRenderKitIdType.

If the meaning of the 'Default Render Kit Id' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Render Kit Id' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_DefaultRenderKitId()

getMessageBundle

org.eclipse.emf.common.util.EList getMessageBundle()
Returns the value of the 'Message Bundle' containment reference list. The list contents are of type MessageBundleType.

If the meaning of the 'Message Bundle' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message Bundle' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_MessageBundle()

getNavigationHandler

org.eclipse.emf.common.util.EList getNavigationHandler()
Returns the value of the 'Navigation Handler' containment reference list. The list contents are of type NavigationHandlerType.

If the meaning of the 'Navigation Handler' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Navigation Handler' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_NavigationHandler()

getViewHandler

org.eclipse.emf.common.util.EList getViewHandler()
Returns the value of the 'View Handler' containment reference list. The list contents are of type ViewHandlerType.

If the meaning of the 'View Handler' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'View Handler' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_ViewHandler()

getStateManager

org.eclipse.emf.common.util.EList getStateManager()
Returns the value of the 'State Manager' containment reference list. The list contents are of type StateManagerType.

If the meaning of the 'State Manager' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'State Manager' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_StateManager()

getPropertyResolver

org.eclipse.emf.common.util.EList getPropertyResolver()
Returns the value of the 'Property Resolver' containment reference list. The list contents are of type PropertyResolverType.

If the meaning of the 'Property Resolver' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Property Resolver' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_PropertyResolver()

getVariableResolver

org.eclipse.emf.common.util.EList getVariableResolver()
Returns the value of the 'Variable Resolver' containment reference list. The list contents are of type VariableResolverType.

If the meaning of the 'Variable Resolver' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Variable Resolver' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_VariableResolver()

getLocaleConfig

org.eclipse.emf.common.util.EList getLocaleConfig()
Returns the value of the 'Locale Config' containment reference list. The list contents are of type LocaleConfigType.

If the meaning of the 'Locale Config' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Locale Config' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_LocaleConfig()

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), FacesConfigPackage.getApplicationType_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getELResolver

org.eclipse.emf.common.util.EList getELResolver()
Returns the value of the 'EL Resolver' reference list. The list contents are of type ELResolverType.

If the meaning of the 'EL Resolver' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'EL Resolver' reference list.
See Also:
FacesConfigPackage.getApplicationType_ELResolver()

getResourceBundle

org.eclipse.emf.common.util.EList getResourceBundle()
Returns the value of the 'Resource Bundle' reference list. The list contents are of type ResourceBundleType.

If the meaning of the 'Resource Bundle' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Bundle' reference list.
See Also:
FacesConfigPackage.getApplicationType_ResourceBundle()

getApplicationExtension

org.eclipse.emf.common.util.EList getApplicationExtension()
Returns the value of the 'Application Extension' reference list. The list contents are of type ApplicationExtensionType.

If the meaning of the 'Application Extension' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Application Extension' reference list.
See Also:
FacesConfigPackage.getApplicationType_ApplicationExtension()