public enum EDatasource extends Enum<EDatasource>
Modifier and Type | Method and Description |
---|---|
static EDatasource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDatasource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDatasource USER
public static final EDatasource PLUGIN
public static final EDatasource DB
public static final EDatasource CSV
public static final EDatasource LDAP
public static final EDatasource XML
public static final EDatasource JSON
public static EDatasource[] values()
for (EDatasource c : EDatasource.values()) System.out.println(c);
public static EDatasource 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 nullCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.