public class ParserProperty extends Object
JSAPAntTask
,
PropertyStringParser
Constructor and Description |
---|
ParserProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of this property.
|
String |
getValue()
Returns the value of this property.
|
void |
setName(String name)
Sets the name of this property.
|
void |
setValue(String value)
Sets the value of this property.
|
public void setName(String name)
name
- the name of this property.public String getName()
public void setValue(String value)
value
- the value of this property.public String getValue()
Copyright © 2016. All rights reserved.