public interface IPluginAttribute extends IPluginObject
Modifier and Type | Field and Description |
---|---|
static String |
P_VALUE
This property will be used to notify that the value
of the attribute has changed.
|
P_NAME
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Returns the value of this attribute.
|
void |
setValue(String value)
Sets the value of this attribute.
|
getModel, getName, getParent, getPluginBase, getPluginModel, getResourceString, getTranslatedName, isInTheModel, isValid, setInTheModel, setName
getAdapter
static final String P_VALUE
String getValue()
void setValue(String value) throws CoreException
value
- the new attribute valueCoreException
- if the model is not editable
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.