|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class reflects the "ResourceType" 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 resourcetype with this value as handling-attribute will match for both the IResource with this resourcetype, and for a link that
points to it. |
static java.lang.String |
SOURCE_EXCLUSIVE
a resourcetype with this value as handling-attribute will only match for the IResource with this resourcetype, not for a link that
points to it. |
static java.lang.String |
TARGET_EXCLUSIVE
a resourcetype with this value as handling-attribute will only match for the link that points to an IResource with this resourcetype |
| Method Summary | |
java.lang.String |
getHandling()
get the handling-attribute of the class. |
java.lang.String |
getResourceType()
get the resourcetype-attribute of the class. |
void |
setResourceType(java.lang.String type)
sets the resourcetype-attribute of the class. |
| Field Detail |
public static final java.lang.String TARGET_EXCLUSIVE
IResource with this resourcetypepublic static final java.lang.String SOURCE_EXCLUSIVE
IResource with this resourcetype, not for a link that
points to it. This is the default behavior.public static final java.lang.String BOTH
IResource with this resourcetype, and for a link that
points to it.| Method Detail |
public java.lang.String getHandling()
nullpublic java.lang.String getResourceType()
nullpublic void setResourceType(java.lang.String type)
type - the resourcetype-attribute. Must not be null
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||