org.eclipse.jdt.internal.core
Class ClasspathAttribute
java.lang.Object
org.eclipse.jdt.internal.core.ClasspathAttribute
- All Implemented Interfaces:
- IClasspathAttribute
public class ClasspathAttribute
- extends java.lang.Object
- implements IClasspathAttribute
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Returns the name of this classpath attribute. |
java.lang.String |
getValue()
Returns the value of this classpath attribute. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ClasspathAttribute
public ClasspathAttribute(java.lang.String name,
java.lang.String value)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
getName
public java.lang.String getName()
- Description copied from interface:
IClasspathAttribute
- Returns the name of this classpath attribute.
- Specified by:
getName
in interface IClasspathAttribute
- Returns:
- the name of this classpath attribute.
getValue
public java.lang.String getValue()
- Description copied from interface:
IClasspathAttribute
- Returns the value of this classpath attribute.
- Specified by:
getValue
in interface IClasspathAttribute
- Returns:
- the value of this classpath attribute.
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object