| Modifier and Type | Interface and Description |
|---|---|
interface |
ChainableModel<T>
The interface
ChainableModel provides chaining for model objects. |
interface |
PropertyReflectionAwareModel<T>
The interface
PropertyReflectionAwareModel provides reflection information about the
model object property. |
interface |
WrapModel<T>
The marker interface
WrapModel represents a model that serves as a decorator for another. |
| Modifier and Type | Method and Description |
|---|---|
Model<?> |
ChainableModel.getChainedModel()
Gets the chained model.
|
Model<?> |
WrapModel.getWrappedModel()
Gets the wrapped model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChainableModel.setChainedModel(Model<?> model)
Sets the chained model.
|
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.