public enum CFGBaSyxProtocolType extends Enum<CFGBaSyxProtocolType>
| Enum Constant and Description |
|---|
BASYX
BaSyx protocol
|
HTTP
HTTP protocol
|
| Modifier and Type | Method and Description |
|---|---|
static CFGBaSyxProtocolType |
byValue(String cfgKey)
Return BaSyx protocol type by value
|
org.eclipse.basyx.vab.protocol.api.IConnectorProvider |
createInstance()
Create protocol instance
|
static CFGBaSyxProtocolType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CFGBaSyxProtocolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CFGBaSyxProtocolType HTTP
public static final CFGBaSyxProtocolType BASYX
public static CFGBaSyxProtocolType[] values()
for (CFGBaSyxProtocolType c : CFGBaSyxProtocolType.values()) System.out.println(c);
public static CFGBaSyxProtocolType 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 static CFGBaSyxProtocolType byValue(String cfgKey)
public org.eclipse.basyx.vab.protocol.api.IConnectorProvider createInstance()
Copyright © 2021. All rights reserved.