T - current typepublic class PropertySet<T> extends AbstractPropertyMultiValued<T,Set<T>> implements Set<T>
separatordescription, fixedValues, name, type, value| Constructor and Description |
|---|
PropertySet() |
| Modifier and Type | Method and Description |
|---|---|
Set<T> |
fromString(String v)
Unmarshalling of value for serailized string expression.
|
add, 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, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic Set<T> fromString(String v)
fromString in class AbstractPropertyMultiValued<T,Set<T>>v - value represented as a serialized StringCopyright © 2013–2015 FF4J. All rights reserved.