Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse PDE
Release 3.5

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.

Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Field Summary
static  String P_VALUE
          This property will be used to notify that the value of the attribute has changed.
 
Fields inherited from interface org.eclipse.pde.core.plugin. IPluginObject
P_NAME
 
Method Summary
  String getValue ()
          Returns the value of this attribute.
 void setValue ( 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
 
Methods inherited from interface org.eclipse.pde.core. IWritable
write
 
Methods inherited from interface org.eclipse.core.runtime. IAdaptable
getAdapter
 

Field Detail

P_VALUE

static final 
String P_VALUE
This property will be used to notify that the value of the attribute has changed.

See Also:
Constant Field Values
Method Detail

getValue


String getValue()
Returns the value of this attribute.

Returns:
the string value of the attribute

setValue

void setValue(
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

Eclipse PDE
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire