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