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


public interface MimeMappingType

A representation of the model object 'Mime Mapping Type'.

The following features are supported:

See Also:
Webapp23Package.getMimeMappingType()
Generated:
Model:
extendedMetaData="name='mime-mapping_._type' kind='elementOnly'"

Method Summary
 ExtensionType 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(ExtensionType 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

ExtensionType 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(ExtensionType), Webapp23Package.getMimeMappingType_Extension()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='extension' namespace='##targetNamespace'"

setExtension

void setExtension(ExtensionType 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), Webapp23Package.getMimeMappingType_MimeType()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='mime-type' namespace='##targetNamespace'"

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

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: