public static enum StorageInfo.DeviceStorageType extends 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(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(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 int getIntValue()
Copyright © 2019. All rights reserved.