| Package | Description |
|---|---|
| com.holonplatform.core.property |
| Modifier and Type | Method and Description |
|---|---|
static BooleanProperty.BooleanPropertyBuilder |
BooleanProperty.create(Path<Boolean> path)
|
static BooleanProperty.BooleanPropertyBuilder |
BooleanProperty.create(String name)
Create a new
BooleanProperty with given name. |
static <N extends Number> |
BooleanProperty.create(String name,
Class<N> modelType)
Create a new
BooleanProperty with given name, using a default PropertyValueConverter
to convert a numeric model data type into the boolean type. |
Copyright © 2019 The Holon Platform. All rights reserved.