public class PropertyCalendar extends AbstractProperty<Calendar>
description, fixedValues, name, type, value| Constructor and Description |
|---|
PropertyCalendar()
Default constructor.
|
PropertyCalendar(String name)
Constructor by property name.
|
PropertyCalendar(String uid,
Calendar date)
Constructor by string expression.
|
PropertyCalendar(String uid,
String value)
Constructor by string expression.
|
| Modifier and Type | Method and Description |
|---|---|
Calendar |
fromString(String v)
Unmarshalling of value for serailized string expression.
|
add2FixedValue, add2FixedValueFromString, asBoolean, asDouble, asInt, asString, getDescription, getFixedValues, getName, getType, getValue, parameterizedType, setDescription, setFixedValues, setName, setType, setValue, setValueFromString, toJson, toStringpublic PropertyCalendar()
public PropertyCalendar(String name)
name - property namepublic PropertyCalendar(String uid, String value)
uid - unique namelvl - current log levelpublic Calendar fromString(String v)
fromString in class AbstractProperty<Calendar>v - value represented as a serialized StringCopyright © 2013–2015 FF4J. All rights reserved.