public class TextProperty extends ValuedProperty<String>
value
parameters
Constructor and Description |
---|
TextProperty(String value)
Creates a new text property.
|
TextProperty(TextProperty original)
Copy constructor.
|
equals, getValue, getValue, hashCode, setValue, toStringValues, validate, valueEquals, valueHashCode
addParameter, copy, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, toString, validate
public TextProperty(String value)
value
- the property's valuepublic TextProperty(TextProperty original)
original
- the property to make a copy ofCopyright © 2013–2024 Michael Angstadt. All rights reserved.