org.eclipse.cdt.internal.ui.dialogs.cpaths
Class CPElementAttribute
java.lang.Object
org.eclipse.cdt.internal.ui.dialogs.cpaths.CPElementAttribute
public class CPElementAttribute
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CPElementAttribute
public CPElementAttribute(CPElement parent,
java.lang.String key,
java.lang.Object value)
getParent
public CPElement getParent()
getKey
public java.lang.String getKey()
- Returns the key.
- Returns:
- String
getValue
public java.lang.Object getValue()
- Returns the value.
- Returns:
- Object
setValue
public void setValue(java.lang.Object value)
- Returns the value.