net.dpml.transit.tools
Class NodeTask.EntryTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bynet.dpml.transit.tools.NodeTask.EntryTask
Enclosing class:
NodeTask

public class NodeTask.EntryTask
extends Task

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

NodeTask.EntryTask

public NodeTask.EntryTask()
Method Detail

setKey

public void setKey(String key)
Set the attribute key.

Parameters:
key - the attribute name

setValue

public void setValue(String value)
Set the attribute string value.

Parameters:
value - the string value

setBoolean

public void setBoolean(boolean value)
Set the attribute as a boolean value.

Parameters:
value - the boolean value

setInt

public void setInt(int value)
Set the attribute as a int value.

Parameters:
value - the int value

setDouble

public void setDouble(double value)
Set the attribute as a double value.

Parameters:
value - the double value

setFloat

public void setFloat(float value)
Set the attribute as a float value.

Parameters:
value - the float value