| Package | Description |
|---|---|
| com.holonplatform.core.property |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CollectionProperty.Builder<E,C extends Collection<E>,P extends CollectionProperty<E,C>,B extends CollectionProperty.Builder<E,C,P,B>>
Base
CollectionProperty builder. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionPathProperty<E,C extends Collection<E>>
A
CollectionProperty type PathProperty. |
static interface |
CollectionProperty.ListProperty<T>
A
CollectionProperty which uses a List as concrete collection type. |
static interface |
CollectionProperty.SetProperty<T>
A
CollectionProperty which uses a Set as concrete collection type. |
interface |
ListPathProperty<T>
A
CollectionPathProperty which uses a List as concrete collection type. |
static interface |
ListPathProperty.ListPathPropertyBuilder<T>
ListPathProperty builder. |
interface |
ListVirtualProperty<T>
A collection type
VirtualProperty using a List as concrete collection type. |
static interface |
ListVirtualProperty.ListVirtualPropertyBuilder<T>
|
interface |
SetPathProperty<T>
A
CollectionPathProperty which uses a Set as concrete collection type. |
static interface |
SetPathProperty.SetPathPropertyBuilder<T>
SetPathProperty builder. |
interface |
SetVirtualProperty<T>
A collection type
VirtualProperty using a Set as concrete collection type. |
static interface |
SetVirtualProperty.SetVirtualPropertyBuilder<T>
SetVirtualProperty builder. |
Copyright © 2019 The Holon Platform. All rights reserved.