| Package | Description |
|---|---|
| com.holonplatform.core.beans | |
| com.holonplatform.core.datastore | |
| com.holonplatform.core.property |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanBeanProperty
A Boolean type
BeanProperty, implementing BooleanProperty. |
| Modifier and Type | Method and Description |
|---|---|
BooleanProperty |
BeanPropertyInspector.propertyBoolean(String propertyName)
Get the bean property with given
propertyName as a BooleanProperty. |
| Modifier and Type | Method and Description |
|---|---|
Optional<BooleanProperty> |
BeanPropertyInspector.getPropertyBoolean(String propertyName)
Get the bean property with given
propertyName as a BooleanProperty, if available. |
| Modifier and Type | Method and Description |
|---|---|
default BooleanProperty |
DataTarget.property(BooleanProperty fromProperty)
Create a new
BooleanProperty cloned from the given property, setting this DataTarget as property
parent path. |
| Modifier and Type | Method and Description |
|---|---|
default BooleanProperty |
DataTarget.property(BooleanProperty fromProperty)
Create a new
BooleanProperty cloned from the given property, setting this DataTarget as property
parent path. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BooleanProperty.BooleanPropertyBuilder
BooleanProperty builder. |
| Modifier and Type | Method and Description |
|---|---|
BooleanProperty |
BooleanProperty.clone(Consumer<PathProperty.Builder<Boolean,PathProperty<Boolean>,?>> builder)
Clone this property.
|
Copyright © 2019 The Holon Platform. All rights reserved.