Package io.github.qishr.cascara.common.trackable.property
Class TrackableIntegerProperty
java.lang.Object
io.github.qishr.cascara.common.property.Property<java.lang.Long>
io.github.qishr.cascara.common.trackable.property.TrackableProperty<java.lang.Long>
io.github.qishr.cascara.common.trackable.property.TrackableIntegerProperty
@io.github.qishr.cascara.common.annotation.Experimental
public class TrackableIntegerProperty
extends TrackableProperty<Long>
Constructor Summary
| Constructor | Description |
|---|---|
| TrackableIntegerProperty(Object owner, String name, Integer value) | |
| TrackableIntegerProperty(Object owner, String name, Long value) |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public void | setValue(Long v) | |
| public void | setValue(Integer 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(Long v)
setValue
public void setValue(Integer v)