public static enum StoreConnectionFactoryConfig.ConnectionType extends Enum<StoreConnectionFactoryConfig.ConnectionType>
| Enum Constant and Description |
|---|
FILE_SYSTEM |
MINIO |
MONGO |
| Modifier and Type | Method and Description |
|---|---|
static StoreConnectionFactoryConfig.ConnectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreConnectionFactoryConfig.ConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoreConnectionFactoryConfig.ConnectionType FILE_SYSTEM
public static final StoreConnectionFactoryConfig.ConnectionType MONGO
public static final StoreConnectionFactoryConfig.ConnectionType MINIO
public static StoreConnectionFactoryConfig.ConnectionType[] values()
for (StoreConnectionFactoryConfig.ConnectionType c : StoreConnectionFactoryConfig.ConnectionType.values()) System.out.println(c);
public static StoreConnectionFactoryConfig.ConnectionType 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 nullCopyright © 2018. All Rights Reserved.