public static enum HSqlRemoteDriver.Protocol extends Enum<HSqlRemoteDriver.Protocol>
Modifier and Type | Method and Description |
---|---|
static HSqlRemoteDriver.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HSqlRemoteDriver.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HSqlRemoteDriver.Protocol HSQL
public static final HSqlRemoteDriver.Protocol HSQLS
public static final HSqlRemoteDriver.Protocol HTTP
public static final HSqlRemoteDriver.Protocol HTTPS
public static HSqlRemoteDriver.Protocol[] values()
for (HSqlRemoteDriver.Protocol c : HSqlRemoteDriver.Protocol.values()) System.out.println(c);
public static HSqlRemoteDriver.Protocol 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 © 2015 OpenEstate. All rights reserved.