public enum EnumConnectionOracle extends java.lang.Enum<EnumConnectionOracle>
| Enum Constant and Description |
|---|
DRIVER |
HOST_DAFAULT |
PORT_DAFAULT |
URL |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParameter() |
static EnumConnectionOracle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumConnectionOracle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumConnectionOracle URL
public static final EnumConnectionOracle DRIVER
public static final EnumConnectionOracle PORT_DAFAULT
public static final EnumConnectionOracle HOST_DAFAULT
public static EnumConnectionOracle[] values()
for (EnumConnectionOracle c : EnumConnectionOracle.values()) System.out.println(c);
public static EnumConnectionOracle valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getParameter()
Copyright © 2020. All Rights Reserved.