| Package | Description |
|---|---|
| org.eclipse.basyx.components.registry.configuration |
| Modifier and Type | Method and Description |
|---|---|
static RegistryBackend |
RegistryBackend.fromString(String literal)
Method to transform string literal to RegistryBackend enum.
|
RegistryBackend |
BaSyxRegistryConfiguration.getRegistryBackend() |
static RegistryBackend |
RegistryBackend.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegistryBackend[] |
RegistryBackend.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaSyxRegistryConfiguration.setRegistryBackend(RegistryBackend backend) |
| Constructor and Description |
|---|
BaSyxRegistryConfiguration(RegistryBackend backend) |
Copyright © 2021. All rights reserved.