net.sf.antcontrib.cpptasks.types
Class DefineArgument

java.lang.Object
  extended by net.sf.antcontrib.cpptasks.types.UndefineArgument
      extended by net.sf.antcontrib.cpptasks.types.DefineArgument

public class DefineArgument
extends UndefineArgument

Preprocessor macro definition.

Author:
Mark A Russell mark_russell@csg_systems.com

Constructor Summary
DefineArgument()
           
 
Method Summary
 java.lang.String getValue()
          Returns the value of the define
 void setValue(java.lang.String value)
          Set the value attribute
 
Methods inherited from class net.sf.antcontrib.cpptasks.types.UndefineArgument
execute, getName, isActive, isDefine, merge, setIf, setName, setUnless
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefineArgument

public DefineArgument()
Method Detail

getValue

public final java.lang.String getValue()
Returns the value of the define

Overrides:
getValue in class UndefineArgument

setValue

public final void setValue(java.lang.String value)
Set the value attribute



Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.