C - Concrete typepublic interface Aliasable<C extends Aliasable<C>>
alias name, allows to set and retrieve the alias name.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Aliasable.AliasablePath<T,C extends Aliasable.AliasablePath<T,C>>
|
| Modifier and Type | Method and Description |
|---|---|
C |
alias(String alias)
Set the alias name.
|
Optional<String> |
getAlias()
Get the optional alias name.
|
Copyright © 2019 The Holon Platform. All rights reserved.