| Package | Description |
|---|---|
| biz.turnonline.ecosystem.widget.shared |
| Modifier and Type | Method and Description |
|---|---|
Feature.Name |
Feature.getName() |
static Feature.Name |
Feature.Name.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feature.Name[] |
Feature.Name.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<Feature.Name> |
Feature.Name.fromKey(String key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Configuration.isFeatureEnabled(Feature.Name name) |
| Constructor and Description |
|---|
Feature(Feature.Name name,
boolean enabled) |
Copyright © 2023. All rights reserved.