org.eclipse.jst.j2ee.webapplication
Interface LocalEncodingMapping

All Superinterfaces:
J2EEEObject

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
 

Method Detail

getLocale

public 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

public 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

public 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

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