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