public final class ConfigurationElementAttribute
extends java.lang.Object
It is expected that both attribute name and attribute value are not null.
This class can be instantiated.
This class is not intended to be subclassed.
| Constructor and Description |
|---|
ConfigurationElementAttribute(java.lang.String name,
java.lang.String value)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns attribute name.
|
java.lang.String |
getValue()
Returns value of the attribute.
|
public ConfigurationElementAttribute(java.lang.String name,
java.lang.String value)
name - attribute namevalue - attribute valuepublic java.lang.String getName()
IConfigurationElement.getAttributeNames()public java.lang.String getValue()
IConfigurationElement.getAttributeAsIs(String)