public class StorageType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static StorageType |
DATABASE |
static StorageType |
FILESYSTEM |
| Constructor and Description |
|---|
StorageType() |
StorageType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static StorageType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final StorageType DATABASE
public static final StorageType FILESYSTEM
Copyright © 2013. All Rights Reserved.