public class Property<T>
extends java.lang.Object
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsValue(java.lang.String propertyValue) |
Property<T> |
editable(boolean editable)
Editable property
|
static <T> Property<T> |
empty(PropertyType<T> type) |
PropertyTypeDescriptor |
getTypeDescriptor()
Descriptor for the property type
|
boolean |
isEmpty()
Empty indicator
|
static <T> Property<T> |
of(PropertyType<T> type,
T value) |
java.util.Optional<T> |
option()
As an option
|
public PropertyTypeDescriptor getTypeDescriptor()
public boolean isEmpty()
public java.util.Optional<T> option()
public static <T> Property<T> empty(PropertyType<T> type)
public static <T> Property<T> of(PropertyType<T> type, T value)
public boolean containsValue(java.lang.String propertyValue)