@Stability.Internal public static enum ConnectionString.PortType extends Enum<ConnectionString.PortType>
Modifier and Type | Method and Description |
---|---|
static ConnectionString.PortType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionString.PortType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionString.PortType MANAGER
public static final ConnectionString.PortType KV
public static ConnectionString.PortType[] values()
for (ConnectionString.PortType c : ConnectionString.PortType.values()) System.out.println(c);
public static ConnectionString.PortType 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 © 2020 Couchbase, Inc.. All rights reserved.