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