public class Property extends AbstractProperty<String>
AbstractProperty as Simple string property.description, fixedValues, name, type, value| Constructor and Description |
|---|
Property()
Default constructor.
|
Property(String name)
Constructor by property name.
|
Property(String name,
String value)
Constructor by property value.
|
Property(String name,
String value,
Set<String> fixed)
Full Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
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 Property()
public Property(String name)
name - property namepublic Property(String name, String value)
name - current namevalue - current valuepublic String fromString(String v)
fromString in class AbstractProperty<String>v - value represented as a serialized StringCopyright © 2013–2015 FF4J. All rights reserved.