public static enum ConnectorClientConfigRequest.ClientType extends Enum<ConnectorClientConfigRequest.ClientType>
Modifier and Type | Method and Description |
---|---|
static ConnectorClientConfigRequest.ClientType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorClientConfigRequest.ClientType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectorClientConfigRequest.ClientType PRODUCER
public static final ConnectorClientConfigRequest.ClientType CONSUMER
public static final ConnectorClientConfigRequest.ClientType ADMIN
public static ConnectorClientConfigRequest.ClientType[] values()
for (ConnectorClientConfigRequest.ClientType c : ConnectorClientConfigRequest.ClientType.values()) System.out.println(c);
public static ConnectorClientConfigRequest.ClientType 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