public interface MimeMappingType
The following features are supported:
Webapp23Package.getMimeMappingType()| Modifier and Type | Method and Description |
|---|---|
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. |
ExtensionType getExtension()
If the meaning of the 'Extension' containment reference isn't clear, there really should be more of a description here...
setExtension(ExtensionType),
Webapp23Package.getMimeMappingType_Extension()void setExtension(ExtensionType value)
Extension' containment reference.
value - the new value of the 'Extension' containment reference.getExtension()MimeTypeType getMimeType()
If the meaning of the 'Mime Type' containment reference isn't clear, there really should be more of a description here...
setMimeType(MimeTypeType),
Webapp23Package.getMimeMappingType_MimeType()void setMimeType(MimeTypeType value)
Mime Type' containment reference.
value - the new value of the 'Mime Type' containment reference.getMimeType()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp23Package.getMimeMappingType_Id()