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