|
Eclipse Platform 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.ant.core.Property
Represents a Ant user property.
Constructor Summary | |
Property()
|
|
Property(String name,
String value)
|
Method Summary | |
boolean |
equals(Object other)
|
String |
getName()
Gets the name |
String |
getValue()
Returns the value. |
int |
hashCode()
|
void |
setName(String name)
Sets the name |
void |
setValue(String value)
Sets the value. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Property(String name, String value)
public Property()
Method Detail |
public String getName()
public void setName(String name)
name
- The name to setpublic boolean equals(Object other)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getValue()
public void setValue(String value)
value
- The value to setpublic String toString()
toString
in class Object
Object.toString()
|
Eclipse Platform 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |