public static enum EnableMemcachedServer.MemcachedProtocol extends Enum<EnableMemcachedServer.MemcachedProtocol>
Modifier and Type | Method and Description |
---|---|
static EnableMemcachedServer.MemcachedProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnableMemcachedServer.MemcachedProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnableMemcachedServer.MemcachedProtocol ASCII
public static final EnableMemcachedServer.MemcachedProtocol BINARY
public static EnableMemcachedServer.MemcachedProtocol[] values()
for (EnableMemcachedServer.MemcachedProtocol c : EnableMemcachedServer.MemcachedProtocol.values()) System.out.println(c);
public static EnableMemcachedServer.MemcachedProtocol 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 © 2011–2023 Pivotal Software, Inc.. All rights reserved.