public static enum CommandPartitionedTopicMetadataResponse.LookupType extends Enum<CommandPartitionedTopicMetadataResponse.LookupType>
| Modifier and Type | Field and Description |
|---|---|
static int |
Failed_VALUE |
static int |
Success_VALUE |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static CommandPartitionedTopicMetadataResponse.LookupType |
valueOf(int n) |
static CommandPartitionedTopicMetadataResponse.LookupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandPartitionedTopicMetadataResponse.LookupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandPartitionedTopicMetadataResponse.LookupType Success
public static final CommandPartitionedTopicMetadataResponse.LookupType Failed
public static final int Success_VALUE
public static final int Failed_VALUE
public static CommandPartitionedTopicMetadataResponse.LookupType[] values()
for (CommandPartitionedTopicMetadataResponse.LookupType c : CommandPartitionedTopicMetadataResponse.LookupType.values()) System.out.println(c);
public static CommandPartitionedTopicMetadataResponse.LookupType 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 nullpublic int getValue()
public static CommandPartitionedTopicMetadataResponse.LookupType valueOf(int n)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.