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

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

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

A representation of the model object 'Type'.

The following features are supported:

See Also:
FacesConfigPackage.getFacesConfigType()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getApplication()
          Returns the value of the 'Application' containment reference list.
 org.eclipse.emf.common.util.EList getComponent()
          Returns the value of the 'Component' containment reference list.
 org.eclipse.emf.common.util.EList getConverter()
          Returns the value of the 'Converter' containment reference list.
 org.eclipse.emf.common.util.EList getFacesConfigExtension()
          Returns the value of the 'Faces Config Extension' reference list.
 org.eclipse.emf.common.util.EList getFactory()
          Returns the value of the 'Factory' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 org.eclipse.emf.common.util.EList getLifecycle()
          Returns the value of the 'Lifecycle' containment reference list.
 org.eclipse.emf.common.util.EList getManagedBean()
          Returns the value of the 'Managed Bean' containment reference list.
 org.eclipse.emf.common.util.EList getNavigationRule()
          Returns the value of the 'Navigation Rule' containment reference list.
 org.eclipse.emf.common.util.EList getReferencedBean()
          Returns the value of the 'Referenced Bean' containment reference list.
 org.eclipse.emf.common.util.EList getRenderKit()
          Returns the value of the 'Render Kit' containment reference list.
 org.eclipse.emf.common.util.EList getValidator()
          Returns the value of the 'Validator' containment reference list.
 java.lang.String getXmlns()
          Returns the value of the 'Xmlns' attribute.
 boolean isSetXmlns()
          Returns whether the value of the 'Xmlns' attribute is set
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setXmlns(java.lang.String value)
          Sets the value of the 'Xmlns' attribute
 void unsetXmlns()
          Unsets the value of the 'Xmlns' 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

getApplication

org.eclipse.emf.common.util.EList getApplication()
Returns the value of the 'Application' containment reference list. The list contents are of type ApplicationType.

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

Returns:
the value of the 'Application' containment reference list.
See Also:
FacesConfigPackage.getFacesConfigType_Application()

getFactory

org.eclipse.emf.common.util.EList getFactory()
Returns the value of the 'Factory' containment reference list. The list contents are of type FactoryType.

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

Returns:
the value of the 'Factory' containment reference list.
See Also:
FacesConfigPackage.getFacesConfigType_Factory()

getComponent

org.eclipse.emf.common.util.EList getComponent()
Returns the value of the 'Component' containment reference list. The list contents are of type ComponentType.

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

Returns:
the value of the 'Component' containment reference list.
See Also:
FacesConfigPackage.getFacesConfigType_Component()

getConverter

org.eclipse.emf.common.util.EList getConverter()
Returns the value of the 'Converter' containment reference list. The list contents are of type ConverterType.

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

Returns:
the value of the 'Converter' containment reference list.
See Also:
FacesConfigPackage.getFacesConfigType_Converter()

getManagedBean

org.eclipse.emf.common.util.EList getManagedBean()
Returns the value of the 'Managed Bean' containment reference list. The list contents are of type ManagedBeanType.

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

Returns:
the value of the 'Managed Bean' containment reference list.
See Also:
FacesConfigPackage.getFacesConfigType_ManagedBean()

getNavigationRule

org.eclipse.emf.common.util.EList getNavigationRule()
Returns the value of the 'Navigation Rule' containment reference list. The list contents are of type NavigationRuleType.

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

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

getReferencedBean

org.eclipse.emf.common.util.EList getReferencedBean()
Returns the value of the 'Referenced Bean' containment reference list. The list contents are of type ReferencedBeanType.

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

Returns:
the value of the 'Referenced Bean' containment reference list.
See Also:
FacesConfigPackage.getFacesConfigType_ReferencedBean()

getRenderKit

org.eclipse.emf.common.util.EList getRenderKit()
Returns the value of the 'Render Kit' containment reference list. The list contents are of type RenderKitType.

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

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

getLifecycle

org.eclipse.emf.common.util.EList getLifecycle()
Returns the value of the 'Lifecycle' containment reference list. The list contents are of type LifecycleType.

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

Returns:
the value of the 'Lifecycle' containment reference list.
See Also:
FacesConfigPackage.getFacesConfigType_Lifecycle()

getValidator

org.eclipse.emf.common.util.EList getValidator()
Returns the value of the 'Validator' containment reference list. The list contents are of type ValidatorType.

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

Returns:
the value of the 'Validator' containment reference list.
See Also:
FacesConfigPackage.getFacesConfigType_Validator()

getFacesConfigExtension

org.eclipse.emf.common.util.EList getFacesConfigExtension()
Returns the value of the 'Faces Config Extension' reference list. The list contents are of type FacesConfigExtensionType.

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

Returns:
the value of the 'Faces Config Extension' reference list.
See Also:
FacesConfigPackage.getFacesConfigType_FacesConfigExtension()

getXmlns

java.lang.String getXmlns()
Returns the value of the 'Xmlns' attribute. The default value is "http://java.sun.com/JSF/Configuration".

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

Returns:
the value of the 'Xmlns' attribute.
See Also:
isSetXmlns(), unsetXmlns(), setXmlns(String), FacesConfigPackage.getFacesConfigType_Xmlns()

setXmlns

void setXmlns(java.lang.String value)
Sets the value of the 'Xmlns' attribute.

Parameters:
value - the new value of the 'Xmlns' attribute.
See Also:
isSetXmlns(), unsetXmlns(), getXmlns()

unsetXmlns

void unsetXmlns()
Unsets the value of the 'Xmlns' attribute.

See Also:
isSetXmlns(), getXmlns(), setXmlns(String)

isSetXmlns

boolean isSetXmlns()
Returns whether the value of the 'Xmlns' attribute is set.

Returns:
whether the value of the 'Xmlns' attribute is set.
See Also:
unsetXmlns(), getXmlns(), setXmlns(String)

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.getFacesConfigType_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()