Package io.github.qishr.cascara.common.trackable.property
Class TrackableStringProperty
java.lang.Object
io.github.qishr.cascara.common.property.Property<java.lang.String>
io.github.qishr.cascara.common.trackable.property.TrackableProperty<java.lang.String>
io.github.qishr.cascara.common.trackable.property.TrackableStringProperty
@io.github.qishr.cascara.common.annotation.Experimental
public class TrackableStringProperty
extends TrackableProperty<String>
Constructor Summary
| Constructor | Description |
|---|---|
| TrackableStringProperty() | |
| TrackableStringProperty(Object owner, String name, String value) |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public void | setValue(String v) |
Methods inherited from TrackableProperty
getOwner, setOwner, setDeclaredProperty, addTracker, setValue, isDeclaredProperty, invalidate, removeTracker, setMediaType, setName, getMediaType
Methods inherited from Property
asBoolean, asString, getName, getValues, asDouble, setPrimitiveType, asLong, asInteger, asDouble, asBoolean, asInteger, isEmpty, getValue, getValue, asLong, getPrimitiveType, getValuesMap
Method Details
setValue
public void setValue(String v)