|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.dpml.transit.tools.NodeTask.EntryTask
An attribute entry.
| Field Summary |
| Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
NodeTask.EntryTask()
|
|
| Method Summary | |
void |
setBoolean(boolean value)
Set the attribute as a boolean value. |
void |
setDouble(double value)
Set the attribute as a double value. |
void |
setFloat(float value)
Set the attribute as a float value. |
void |
setInt(int value)
Set the attribute as a int value. |
void |
setKey(String key)
Set the attribute key. |
void |
setValue(String value)
Set the attribute string value. |
| Methods inherited from class org.apache.tools.ant.Task |
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NodeTask.EntryTask()
| Method Detail |
public void setKey(String key)
key - the attribute namepublic void setValue(String value)
value - the string valuepublic void setBoolean(boolean value)
value - the boolean valuepublic void setInt(int value)
value - the int valuepublic void setDouble(double value)
value - the double valuepublic void setFloat(float value)
value - the float value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||