public class PropertyList extends AbstractPropertyList<String>
AbstractPropertyList using Double.separatordescription, fixedValues, name, type, value| Constructor and Description |
|---|
PropertyList()
Default constructor.
|
PropertyList(String name)
Constructor by property name.
|
PropertyList(String uid,
List<String> value)
Constructor by T expression.
|
PropertyList(String uid,
String value)
Constructor by string expression.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
fromString(String v)
Unmarshalling of value for serailized string expression.
|
add, addAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListadd, addAll, clear, contains, containsAll, getSeparator, isEmpty, iterator, remove, removeAll, retainAll, setSeparator, size, toArray, toArrayadd2FixedValue, add2FixedValueFromString, asBoolean, asDouble, asInt, asString, getDescription, getFixedValues, getName, getType, getValue, parameterizedType, setDescription, setFixedValues, setName, setType, setValue, setValueFromString, toJson, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic PropertyList()
public PropertyList(String name)
name - property namepublic PropertyList(String uid, String value)
uid - unique namelvl - current double valuepublic List<String> fromString(String v)
fromString in class AbstractPropertyList<String>v - value represented as a serialized StringCopyright © 2013–2015 FF4J. All rights reserved.