public static enum VDB.ConnectionType extends Enum<VDB.ConnectionType>
Enum Constant and Description |
---|
ANY |
BY_VERSION |
NONE |
Modifier and Type | Method and Description |
---|---|
static VDB.ConnectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VDB.ConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VDB.ConnectionType NONE
public static final VDB.ConnectionType BY_VERSION
public static final VDB.ConnectionType ANY
public static VDB.ConnectionType[] values()
for (VDB.ConnectionType c : VDB.ConnectionType.values()) System.out.println(c);
public static VDB.ConnectionType 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 © 2019. All rights reserved.