public class PropertyDate extends AbstractProperty<Date>
description, fixedValues, name, type, value| Constructor and Description |
|---|
PropertyDate()
Default constructor.
|
PropertyDate(String name)
Constructor by property name.
|
PropertyDate(String uid,
Date date)
Constructor by string expression.
|
PropertyDate(String uid,
String value)
Constructor by string expression.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
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 PropertyDate()
public PropertyDate(String name)
name - property namepublic PropertyDate(String uid, String value)
uid - unique namelvl - current log levelpublic Date fromString(String v)
fromString in class AbstractProperty<Date>v - value represented as a serialized StringCopyright © 2013–2015 FF4J. All rights reserved.