net.sf.antcontrib.cpptasks.types

Class DefineArgument

public class DefineArgument extends UndefineArgument

Preprocessor macro definition.

Author: Mark A Russell mark_russell@csg_systems.com

Constructor Summary
DefineArgument()
Method Summary
StringgetValue()
Returns the value of the define
voidsetValue(String value)
Set the value attribute

Constructor Detail

DefineArgument

public DefineArgument()

Method Detail

getValue

public final String getValue()
Returns the value of the define

setValue

public final void setValue(String value)
Set the value attribute
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.