public class PropertyInt extends Property<Integer>
description, fixedValues, name, readOnly, type, value| Constructor and Description |
|---|
PropertyInt()
Constructor by string expression.
|
PropertyInt(String uid)
Constructor by string expression.
|
PropertyInt(String uid,
Integer value)
Constructor by string expression.
|
PropertyInt(String uid,
Integer value,
Set<Integer> fixValues)
Constructor by string expression.
|
PropertyInt(String uid,
String value)
Constructor by string expression.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
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 PropertyInt()
uid - unique namelvl - current log levelpublic PropertyInt(String uid)
uid - unique namelvl - current log levelpublic PropertyInt(String uid, String value)
uid - unique namelvl - current log levelpublic PropertyInt(String uid, Integer value)
uid - unique namelvl - current log levelpublic Integer fromString(String v)
fromString in class Property<Integer>v - value represented as a serialized StringCopyright © 2013–2017 FF4J. All rights reserved.