|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class reflects the "MimeType" element from the ObjectTypeHandler.dtd It
holds the elements attribute and mode. If no mode is set in the OTH, the
implementation must set its mode value to SOURCE_EXCLUSIVE .
| Field Summary | |
static java.lang.String |
BOTH
a mimetype with this value as handling-attribute will match for both the IResource with this mimetype, and for a link that points to
it. |
static java.lang.String |
SOURCE_EXCLUSIVE
a mimetype with this value as handling-attribute will only match for the IResource with this mimetype, not for a link that points to
it. |
static java.lang.String |
TARGET_EXCLUSIVE
a mimetype with this value as handling-attribute will only match for the link that points to an IResource with this mimetype |
| Method Summary | |
java.lang.String |
getHandling()
get the handling-attribute of the class. |
java.lang.String |
getMimeType()
get the mimetype-attribute of the class. |
void |
setMimeType(java.lang.String type)
sets the mimetype-attribute of the class. |
| Field Detail |
public static final java.lang.String TARGET_EXCLUSIVE
IResource with this mimetypepublic static final java.lang.String SOURCE_EXCLUSIVE
IResource with this mimetype, not for a link that points to
it. This is the default behavior.public static final java.lang.String BOTH
IResource with this mimetype, and for a link that points to
it.| Method Detail |
public java.lang.String getHandling()
nullpublic java.lang.String getMimeType()
nullpublic void setMimeType(java.lang.String type)
type - the mimetype-attribute. Must not be null
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||