public enum EnumConnectionPostgreSQL extends java.lang.Enum<EnumConnectionPostgreSQL>
| Enum Constant and Description |
|---|
DRIVER |
HOST_DAFAULT |
PORT_DAFAULT |
URL |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParameter() |
static EnumConnectionPostgreSQL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumConnectionPostgreSQL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumConnectionPostgreSQL URL
public static final EnumConnectionPostgreSQL DRIVER
public static final EnumConnectionPostgreSQL PORT_DAFAULT
public static final EnumConnectionPostgreSQL HOST_DAFAULT
public static EnumConnectionPostgreSQL[] values()
for (EnumConnectionPostgreSQL c : EnumConnectionPostgreSQL.values()) System.out.println(c);
public static EnumConnectionPostgreSQL 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.