T - current typepublic abstract class AbstractPropertySet<T> extends AbstractPropertyMultiValued<T,Set<T>> implements Set<T>
DEFAULT_DELIMETERdescription, fixedValues, name, readOnly, type, value| Constructor and Description |
|---|
AbstractPropertySet()
Default constructor.
|
AbstractPropertySet(String name)
Constructor by property name.
|
AbstractPropertySet(String uid,
Set<T> value)
Constructor by string expression.
|
AbstractPropertySet(String uid,
String value)
Constructor by string expression.
|
| Modifier and Type | Method and Description |
|---|---|
Set<T> |
fromString(String v)
Unmarshalling of value for serailized string expression.
|
add, addAll, addAll, clear, contains, containsAll, getListDelimiter, isEmpty, iterator, remove, removeAll, retainAll, setListDelimiter, size, toArray, toArrayadd2FixedValue, add2FixedValueFromString, asBoolean, asDouble, asInt, asString, getDescription, getFixedValues, getName, getType, getValue, isReadOnly, parameterizedType, setDescription, setFixedValues, setName, setReadOnly, 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 AbstractPropertySet()
public AbstractPropertySet(String name)
name - property namepublic AbstractPropertySet(String uid, Set<T> value)
uid - unique namelvl - current double valuepublic Set<T> fromString(String v)
fromString in class AbstractPropertyMultiValued<T,Set<T>>v - value represented as a serialized StringCopyright © 2013–2017 FF4J. All rights reserved.