public static enum TlsChannelCredentials.Feature extends Enum<TlsChannelCredentials.Feature>
Enum Constant and Description |
---|
FAKE
A feature that no consumer should understand.
|
Modifier and Type | Method and Description |
---|---|
static TlsChannelCredentials.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsChannelCredentials.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TlsChannelCredentials.Feature FAKE
incomprehensible()
is implemented properly.public static TlsChannelCredentials.Feature[] values()
for (TlsChannelCredentials.Feature c : TlsChannelCredentials.Feature.values()) System.out.println(c);
public static TlsChannelCredentials.Feature 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 null