public class StringValueType extends OptionalTextType
Constructor and Description |
---|
StringValueType()
No-argument constructor.
|
StringValueType(String value) |
Modifier and Type | Method and Description |
---|---|
void |
addText(String text) |
String |
getValue() |
String |
setValue(String value) |
String |
toString() |
@ConstructorProperties(value="value") public StringValueType(String value)
value
- The value.public StringValueType()
Copyright © 2015–2020 Allen D. Ball. All rights reserved.