public class PropertyLocalDateTime extends Property<java.time.LocalDateTime>
| Modifier and Type | Field and Description |
|---|---|
protected static java.time.format.DateTimeFormatter |
FORMATTER
formatter for creation date and last modified.
|
description, fixedValues, name, readOnly, type, value| Constructor and Description |
|---|
PropertyLocalDateTime(String name)
Constructor by property name.
|
PropertyLocalDateTime(String uid,
java.time.LocalDateTime date)
Constructor by string expression.
|
PropertyLocalDateTime(String uid,
String value)
Constructor by string expression.
|
| Modifier and Type | Method and Description |
|---|---|
String |
asString()
Serialized value as String
|
java.time.LocalDateTime |
fromString(String v)
Unmarshalling of value for serailized string expression.
|
add2FixedValue, add2FixedValueFromString, asBoolean, asDouble, asInt, getDescription, getFixedValues, getName, getType, getValue, isReadOnly, parameterizedType, setDescription, setFixedValues, setName, setReadOnly, setType, setValue, setValueFromString, toJson, toStringprotected static final java.time.format.DateTimeFormatter FORMATTER
public PropertyLocalDateTime(String name)
name - property namepublic PropertyLocalDateTime(String uid, String value)
uid - unique namelvl - current log levelpublic PropertyLocalDateTime(String uid, java.time.LocalDateTime date)
uid - unique namelvl - current log levelpublic String asString()
public java.time.LocalDateTime fromString(String v)
fromString in class Property<java.time.LocalDateTime>v - value represented as a serialized StringCopyright © 2013–2017 FF4J. All rights reserved.