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