public static enum StorageInfo.DeviceStorageType extends java.lang.Enum<StorageInfo.DeviceStorageType>
Enum Constant and Description |
---|
DEVICE_STORAGE_TYPE_HYBRID_FILE
File based storage type
|
DEVICE_STORAGE_TYPE_IN_MEM
In-memory storage type
|
Modifier and Type | Method and Description |
---|---|
int |
getIntValue() |
static StorageInfo.DeviceStorageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StorageInfo.DeviceStorageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageInfo.DeviceStorageType DEVICE_STORAGE_TYPE_IN_MEM
public static final StorageInfo.DeviceStorageType DEVICE_STORAGE_TYPE_HYBRID_FILE
public static StorageInfo.DeviceStorageType[] values()
for (StorageInfo.DeviceStorageType c : StorageInfo.DeviceStorageType.values()) System.out.println(c);
public static StorageInfo.DeviceStorageType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getIntValue()
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.