org.eclipse.jst.j2ee.webapplication
Interface LocalEncodingMappingList

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface LocalEncodingMappingList
extends J2EEEObject

A representation of the model object 'Local Encoding Mapping List'.

The following features are supported:

See Also:
WebapplicationPackage.getLocalEncodingMappingList()

Method Summary
 org.eclipse.emf.common.util.EList getLocalEncodingMappings()
          Returns the value of the 'Local Encoding Mappings' containment reference list.
 
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
 

Method Detail

getLocalEncodingMappings

org.eclipse.emf.common.util.EList getLocalEncodingMappings()
Returns the value of the 'Local Encoding Mappings' containment reference list. The list contents are of type LocalEncodingMapping.

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

Returns:
the value of the 'Local Encoding Mappings' containment reference list.
See Also:
WebapplicationPackage.getLocalEncodingMappingList_LocalEncodingMappings()