public interface ChangeableResourceDescriptor extends ResourceDescriptor
ResourceDescriptor by the means to change
its attributes.| Modifier and Type | Method and Description |
|---|---|
void |
setDescription(java.lang.String description)
Sets the description of the resource (descriptor).
|
void |
setName(java.lang.String name)
Sets the name of the resource (descriptor).
|
getDescription, getID, getName, getRevision, getStategetUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValuegetPluginData, getPluginDatas, getSupportedPluginsvoid setName(java.lang.String name)
name - The name of the resource (descriptor).void setDescription(java.lang.String description)
description - The description of the resource (descriptor).