public class DefineArgument extends UndefineArgument
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
value |
| Constructor and Description |
|---|
DefineArgument() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Returns the value of the define
|
void |
setValue(java.lang.String value)
Set the value attribute
|
public final java.lang.String getValue()
getValue in class UndefineArgumentpublic final void setValue(java.lang.String value)