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