public enum IlluminatiStorageType extends Enum<IlluminatiStorageType>
| Modifier and Type | Method and Description |
|---|---|
static IlluminatiStorageType |
getEnumType(String type) |
String |
getType() |
static IlluminatiStorageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IlluminatiStorageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IlluminatiStorageType H2
public static final IlluminatiStorageType MYSQL
public static final IlluminatiStorageType FILE
public static final IlluminatiStorageType BROKER
public static IlluminatiStorageType[] values()
for (IlluminatiStorageType c : IlluminatiStorageType.values()) System.out.println(c);
public static IlluminatiStorageType 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 getType()
public static IlluminatiStorageType getEnumType(String type) throws Exception
ExceptionCopyright © 2020. All rights reserved.