public enum AASEventBackend extends Enum<AASEventBackend>
| Enum Constant and Description |
|---|
MQTT |
NONE
Enum values of KeyElements
|
| Modifier and Type | Method and Description |
|---|---|
static AASEventBackend |
fromString(String literal)
Method to transform string literal to AAS event enum.
|
String |
toString() |
static AASEventBackend |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AASEventBackend[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AASEventBackend NONE
public static final AASEventBackend MQTT
public static AASEventBackend[] values()
for (AASEventBackend c : AASEventBackend.values()) System.out.println(c);
public static AASEventBackend 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<AASEventBackend>public static AASEventBackend fromString(String literal)
literal - StandardizedLiteralEnumHelperCopyright © 2021. All rights reserved.