public class PropertyClass extends Property<Class<?>>
Class.description, fixedValues, name, readOnly, type, value| Constructor and Description |
|---|
PropertyClass()
Default constructor.
|
PropertyClass(String name)
Constructor by property name.
|
PropertyClass(String uid,
Class<?> value)
Constructor by T expression.
|
PropertyClass(String uid,
String value)
Constructor by string expression.
|
| Modifier and Type | Method and Description |
|---|---|
String |
asString()
Serialized value as String
|
Class<?> |
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, toStringpublic PropertyClass()
public PropertyClass(String name)
name - property namepublic PropertyClass(String uid, String value)
uid - unique namelvl - current double valuepublic Class<?> fromString(String v)
fromString in class Property<Class<?>>v - value represented as a serialized StringCopyright © 2013–2017 FF4J. All rights reserved.