public class PropertyBoolean extends Property<Boolean>
description, fixedValues, name, readOnly, type, value| Constructor and Description |
|---|
PropertyBoolean()
Default constructor.
|
PropertyBoolean(String name)
Constructor by property name.
|
PropertyBoolean(String uid,
boolean lvl)
Constructor by enum expression.
|
PropertyBoolean(String uid,
String value)
Constructor by string expression.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
fromString(String v)
Unmarshalling of value for serailized string expression.
|
add2FixedValue, add2FixedValueFromString, asBoolean, asDouble, asInt, asString, getDescription, getFixedValues, getName, getType, getValue, isReadOnly, parameterizedType, setDescription, setFixedValues, setName, setReadOnly, setType, setValue, setValueFromString, toJson, toStringpublic PropertyBoolean()
public PropertyBoolean(String name)
name - property namepublic PropertyBoolean(String uid, String value)
uid - unique namelvl - flag valuepublic PropertyBoolean(String uid, boolean lvl)
uid - unique namelvlv - flag valuepublic Boolean fromString(String v)
fromString in class Property<Boolean>v - value represented as a serialized StringCopyright © 2013–2017 FF4J. All rights reserved.