public enum AASServerBackend extends Enum<AASServerBackend>
| Enum Constant and Description |
|---|
INMEMORY
Enum values of KeyElements
|
MONGODB |
| Modifier and Type | Method and Description |
|---|---|
static AASServerBackend |
fromString(String literal)
Method to transform string literal to AASBackend enum.
|
String |
toString() |
static AASServerBackend |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AASServerBackend[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AASServerBackend INMEMORY
public static final AASServerBackend MONGODB
public static AASServerBackend[] values()
for (AASServerBackend c : AASServerBackend.values()) System.out.println(c);
public static AASServerBackend valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AASServerBackend>public static AASServerBackend fromString(String literal)
literal - StandardizedLiteralEnumHelperCopyright © 2021. All rights reserved.