org.eclipse.pde.core.plugin
Interface IPluginAttribute
- All Superinterfaces:
- IAdaptable, IPluginObject, IWritable
public interface IPluginAttribute
- extends IPluginObject
An attribute of XML elements found in the plug-in.
Field Summary |
static java.lang.String |
P_VALUE
This property will be used to notify that the value
of the attribute has changed. |
Method Summary |
java.lang.String |
getValue()
Returns the value of this attribute. |
void |
setValue(java.lang.String value)
Sets the value of this attribute. |
Methods inherited from interface org.eclipse.pde.core.plugin.IPluginObject |
getModel, getName, getParent, getPluginBase, getPluginModel, getResourceString, getTranslatedName, isInTheModel, isValid, setInTheModel, setName |
P_VALUE
static final java.lang.String P_VALUE
- This property will be used to notify that the value
of the attribute has changed.
- See Also:
- Constant Field Values
getValue
java.lang.String getValue()
- Returns the value of this attribute.
- Returns:
- the string value of the attribute
setValue
void setValue(java.lang.String value)
throws CoreException
- Sets the value of this attribute.
This method will throw a CoreExeption
if the model is not editable.
- Parameters:
value
- the new attribute value
- Throws:
CoreException
Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.