net.sf.antcontrib.cpptasks.types
Class DefineArgument

java.lang.Object
  |
  +--net.sf.antcontrib.cpptasks.types.UndefineArgument
        |
        +--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

setValue

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

getValue

public final java.lang.String getValue()
Returns the value of the define
Overrides:
getValue in class UndefineArgument


Copyright © 2001-2002 Ant-Contrib project. All Rights Reserved.