public enum EntitySource extends Enum<EntitySource>
| Enum Constant and Description |
|---|
CASSANDRA |
EHCACHE |
MEMCACHED |
MONGO |
MYSQL |
TERRACOTTA |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay() |
static EntitySource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntitySource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntitySource MYSQL
public static final EntitySource MONGO
public static final EntitySource TERRACOTTA
public static final EntitySource MEMCACHED
public static final EntitySource EHCACHE
public static final EntitySource CASSANDRA
public static EntitySource[] values()
for (EntitySource c : EntitySource.values()) System.out.println(c);
public static EntitySource 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 String getDisplay()
Copyright © 2020. All rights reserved.