Skip to content

Package io.github.qishr.cascara.common.property

Class NumberProperty

java.lang.Object
        io.github.qishr.cascara.common.property.Property<java.lang.Double>
                io.github.qishr.cascara.common.property.NumberProperty


public class NumberProperty
extends Property<Double>

Constructor Summary

Constructor Description
NumberProperty(String name)
NumberProperty(String name, Double value)

Method Summary

Modifier and Type Method Description
public void setValue(Double v)

Methods inherited from Property

asInteger, isEmpty, getValue, getValue, asBoolean, setValue, asString, asLong, getPrimitiveType, getName, getValues, asDouble, setPrimitiveType, asLong, setName, asInteger, asDouble, asBoolean, getValuesMap

Method Details

setValue

public void setValue(Double v)