org.eclipse.modisco.jee.webapp.webapp30
Interface MimeMappingType


public interface MimeMappingType

A representation of the model object 'Mime Mapping Type'. The mime-mappingType defines a mapping between an extension and a mime type. Used in: web-app

The following features are supported:

See Also:
Webapp30Package.getMimeMappingType()
Generated:
Model:
extendedMetaData="name='mime-mappingType' kind='elementOnly'"

Method Summary
 String getExtension()
          Returns the value of the 'Extension' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 MimeTypeType getMimeType()
          Returns the value of the 'Mime Type' containment reference.
 void setExtension(String value)
          Sets the value of the 'Extension' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setMimeType(MimeTypeType value)
          Sets the value of the 'Mime Type' containment reference.
 

Method Detail

getExtension

String getExtension()
Returns the value of the 'Extension' containment reference.

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

Returns:
the value of the 'Extension' containment reference.
See Also:
setExtension(org.eclipse.modisco.jee.webapp.webapp30.String), Webapp30Package.getMimeMappingType_Extension()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='extension' namespace='http://java.sun.com/xml/ns/javaee'"

setExtension

void setExtension(String value)
Sets the value of the 'Extension' containment reference.

Parameters:
value - the new value of the 'Extension' containment reference.
See Also:
getExtension()
Generated:

getMimeType

MimeTypeType getMimeType()
Returns the value of the 'Mime Type' containment reference.

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

Returns:
the value of the 'Mime Type' containment reference.
See Also:
setMimeType(MimeTypeType), Webapp30Package.getMimeMappingType_MimeType()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='mime-type' namespace='http://java.sun.com/xml/ns/javaee'"

setMimeType

void setMimeType(MimeTypeType value)
Sets the value of the 'Mime Type' containment reference.

Parameters:
value - the new value of the 'Mime Type' containment reference.
See Also:
getMimeType()
Generated:

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), Webapp30Package.getMimeMappingType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='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()
Generated: