Package 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.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
value
-
Constructor Summary
Constructors Constructor Description DefineArgument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue()
Returns the value of the definevoid
setValue(java.lang.String value)
Set the value attribute
-
-
-
Method Detail
-
getValue
public final java.lang.String getValue()
Returns the value of the define- Overrides:
getValue
in classUndefineArgument
-
setValue
public final void setValue(java.lang.String value)
Set the value attribute
-
-