org.eclipse.jst.j2ee.webapplication
Interface LocalEncodingMapping

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

public interface LocalEncodingMapping
extends J2EEEObject

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

The following features are supported:

See Also:
WebapplicationPackage.getLocalEncodingMapping()

Method Summary
 java.lang.String getEncoding()
          Returns the value of the 'Encoding' attribute
 java.lang.String getLocale()
          Returns the value of the 'Locale' attribute
 void setEncoding(java.lang.String value)
          Sets the value of the 'Encoding' attribute
 void setLocale(java.lang.String value)
          Sets the value of the 'Locale' 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
 

Method Detail

getLocale

java.lang.String getLocale()
Returns the value of the 'Locale' attribute.

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

Returns:
the value of the 'Locale' attribute.
See Also:
setLocale(String), WebapplicationPackage.getLocalEncodingMapping_Locale()

setLocale

void setLocale(java.lang.String value)
Sets the value of the 'Locale' attribute.

Parameters:
value - the new value of the 'Locale' attribute.
See Also:
getLocale()

getEncoding

java.lang.String getEncoding()
Returns the value of the 'Encoding' attribute.

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

Returns:
the value of the 'Encoding' attribute.
See Also:
setEncoding(String), WebapplicationPackage.getLocalEncodingMapping_Encoding()

setEncoding

void setEncoding(java.lang.String value)
Sets the value of the 'Encoding' attribute.

Parameters:
value - the new value of the 'Encoding' attribute.
See Also:
getEncoding()