C - Actual configuration ParameterSet typepublic interface HasConfiguration<C extends ParameterSet>
ParameterSet type configuration property container.| Modifier and Type | Method and Description |
|---|---|
C |
getConfiguration()
Get the configuration property set.
|
static Optional<HasConfiguration<?>> |
hasConfiguration(Object object)
Checks if given object supports a configuration parameter set.
|
C getConfiguration()
static Optional<HasConfiguration<?>> hasConfiguration(Object object)
object - The object to checkHasConfiguration instance. Otherwise, an empty Optional is returned.Copyright © 2019 The Holon Platform. All rights reserved.