Skip to content

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

Class StringProperty

java.lang.Object
        io.github.qishr.cascara.common.property.Property<java.lang.String>
                io.github.qishr.cascara.common.property.StringProperty


public class StringProperty
extends Property<String>

Constructor Summary

Constructor Description
StringProperty()
StringProperty(String name)
StringProperty(String name, String value)

Method Summary

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