Skip to content

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

Class BooleanProperty

java.lang.Object
        io.github.qishr.cascara.common.property.Property<java.lang.Boolean>
                io.github.qishr.cascara.common.property.BooleanProperty


public class BooleanProperty
extends Property<Boolean>

Constructor Summary

Constructor Description
BooleanProperty(String name)
BooleanProperty(String name, Boolean value)

Method Summary

Modifier and Type Method Description
public void setValue(Boolean 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(Boolean v)