net.sf.ant4eclipse.model.project
Class ProjectNature

java.lang.Object
  extended by net.sf.ant4eclipse.model.project.ProjectNature

public class ProjectNature
extends java.lang.Object

Encapsulates a nature of a project. A project can have multiple natures.


Constructor Summary
ProjectNature(java.lang.String name)
          Creates a new instance of type ProjectNature
 
Method Summary
 boolean equals(java.lang.Object o)
          
 java.lang.String getName()
           
 int hashCode()
          
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectNature

public ProjectNature(java.lang.String name)
Creates a new instance of type ProjectNature

Parameters:
name -
Method Detail

getName

public final java.lang.String getName()
Returns:
Returns the name.

equals

public boolean equals(java.lang.Object o)

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object