public static enum JdbcDriver.Provider extends Enum<JdbcDriver.Provider>
| Enum Constant and Description |
|---|
DEPLOYMENT |
MODULE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
text() |
static JdbcDriver.Provider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcDriver.Provider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JdbcDriver.Provider UNKNOWN
public static final JdbcDriver.Provider DEPLOYMENT
public static final JdbcDriver.Provider MODULE
public static JdbcDriver.Provider[] values()
for (JdbcDriver.Provider c : JdbcDriver.Provider.values()) System.out.println(c);
public static JdbcDriver.Provider 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 text()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.