protected static enum DataSourceImportManager.DataSourceType extends Enum<DataSourceImportManager.DataSourceType>
Modifier and Type | Method and Description |
---|---|
static DataSourceImportManager.DataSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceImportManager.DataSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSourceImportManager.DataSourceType JNDI
public static final DataSourceImportManager.DataSourceType JDBC
public static DataSourceImportManager.DataSourceType[] values()
for (DataSourceImportManager.DataSourceType c : DataSourceImportManager.DataSourceType.values()) System.out.println(c);
public static DataSourceImportManager.DataSourceType 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 © 2012–2017 JBoss by Red Hat. All rights reserved.