Package ball.util.ant.types
Class StringValueType
- java.lang.Object
-
- ball.util.ant.types.OptionalTextType
-
- ball.util.ant.types.StringValueType
-
- Direct Known Subclasses:
StringAttributeType
public class StringValueType extends OptionalTextType
- Author:
- Allen D. Ball
-
-
Constructor Summary
Constructors Constructor Description StringValueType()
No-argument constructor.StringValueType(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addText(String text)
String
getValue()
String
setValue(String value)
String
toString()
-
-
-
Constructor Detail
-
StringValueType
@ConstructorProperties("value") public StringValueType(String value)
- Parameters:
value
- The value.
-
StringValueType
public StringValueType()
No-argument constructor.
-
-