|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
Webapp30Package.getMimeMappingType()
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 |
---|
String getExtension()
If the meaning of the 'Extension' containment reference isn't clear, there really should be more of a description here...
setExtension(org.eclipse.modisco.jee.webapp.webapp30.String)
,
Webapp30Package.getMimeMappingType_Extension()
void setExtension(String 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)
,
Webapp30Package.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)
,
Webapp30Package.getMimeMappingType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |