|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.javapathfinder.vjp.config.editors.Property
public class Property
Constructor Summary | |
---|---|
Property(java.lang.String name,
java.lang.String value)
Constructs a property with the specified name and value |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Returns whether the object passed is equal to this property |
java.lang.String |
getName()
The name of this property. |
java.lang.String |
getValue()
The value of this property. |
void |
setName(java.lang.String name)
Set the name of this property |
void |
setValue(java.lang.String value)
Set the value of this property |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Property(java.lang.String name, java.lang.String value)
name
- the of this propertyvalue
- the value for this propertyMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
public void setName(java.lang.String name)
name
- the new name for this propertypublic void setValue(java.lang.String value)
name
- the new value for this propertypublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |