public class TextProperty extends ValuedProperty<String>
valueparameters| Constructor and Description |
|---|
TextProperty(String value)
Creates a new text property.
|
TextProperty(TextProperty original)
Copy constructor.
|
equals, getValue, getValue, hashCode, setValue, toStringValues, validate, valueEquals, valueHashCodeaddParameter, copy, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, toString, validatepublic 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.