org.eclipse.jdt.internal.core
Class ClasspathAttribute

java.lang.Object
  extended by org.eclipse.jdt.internal.core.ClasspathAttribute
All Implemented Interfaces:
IClasspathAttribute

public class ClasspathAttribute
extends java.lang.Object
implements IClasspathAttribute


Field Summary
 
Fields inherited from interface org.eclipse.jdt.core.IClasspathAttribute
JAVADOC_LOCATION_ATTRIBUTE_NAME, OPTIONAL
 
Constructor Summary
ClasspathAttribute(java.lang.String name, java.lang.String value)
           
 
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
 

Constructor Detail

ClasspathAttribute

public ClasspathAttribute(java.lang.String name,
                          java.lang.String value)
Method Detail

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