|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.doxygen.tools.DoxygenTask.Property
This inner class implements a nested Ant XML property container. This class is used for both nested and non-nested versioned properties.
Constructor Summary | |
DoxygenTask.Property()
|
Method Summary | |
java.lang.String |
getName()
This accessor method retrieves the current Doxygen parameter name. |
java.lang.String |
getValue()
This access method retrieves the current Doxygen parameter value. |
void |
setName(java.lang.String theNewName)
This method sets the Doxygen parameter name. |
void |
setValue(java.lang.String theNewValue)
This method sets the value of the Doxygen parameter. |
java.lang.String |
toString()
This method returns a String representation of this instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DoxygenTask.Property()
Method Detail |
public final java.lang.String getName()
String
value containing the
property key name.public final java.lang.String getValue()
String
value containing the
property value.public final void setName(java.lang.String theNewName)
theNewName
- of the property key.public final void setValue(java.lang.String theNewValue)
theNewValue
- of the property.public final java.lang.String toString()
String
containing identifying
information about this instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |