org.webdocwf.util.loader.task
Class Variable

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.webdocwf.util.loader.task.Variable

public class Variable
extends org.apache.tools.ant.Task

Variable element represents variables used in variable columns in Loader input XML file (loaderJob).


Field Summary
 java.lang.String name
           
 java.lang.String value
           
 
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
Variable()
           
 
Method Summary
 void setName(java.lang.String anInner)
          The setter for the "name" attribute
 void setValue(java.lang.String anInner)
          The setter for the "value" attribute
 
Methods inherited from class org.apache.tools.ant.Task
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
 
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
 

Field Detail

value

public java.lang.String value

name

public java.lang.String name
Constructor Detail

Variable

public Variable()
Method Detail

setValue

public void setValue(java.lang.String anInner)
The setter for the "value" attribute


setName

public void setName(java.lang.String anInner)
The setter for the "name" attribute



Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.