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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefineArgument
public DefineArgument()
getValue
public final String getValue()
- Returns the value of the define
- Overrides:
getValue
in class UndefineArgument
setValue
public final void setValue(String value)
- Set the value attribute
Copyright © 2001-2011 Ant-Contrib Project. All Rights Reserved.