public enum ConnectMode extends java.lang.Enum<ConnectMode>
| Enum Constant and Description |
|---|
INSERT |
REFRESH |
REFRESH_TABLE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ConnectMode |
parse(java.lang.String s) |
static ConnectMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectMode INSERT
public static final ConnectMode REFRESH
public static final ConnectMode REFRESH_TABLE
public static final ConnectMode UNKNOWN
public static ConnectMode[] values()
for (ConnectMode c : ConnectMode.values()) System.out.println(c);
public static ConnectMode 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 static ConnectMode parse(java.lang.String s)
Copyright ? Technia AB. All Rights Reserved.