org.eclipse.jst.j2ee.webapplication
Interface LocalEncodingMappingList

All Superinterfaces:
J2EEEObject

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
 EList getLocalEncodingMappings()
          Returns the value of the 'Local Encoding Mappings' containment reference list.
 

Method Detail

getLocalEncodingMappings

public 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()