public static enum RegisterLookupRequest.Type extends Enum<RegisterLookupRequest.Type>
type - possible values are Lookup or Dictionary
| Enum Constant and Description |
|---|
Dictionary |
Lookup |
| Modifier and Type | Method and Description |
|---|---|
static RegisterLookupRequest.Type |
create(String key) |
String |
getValue() |
static RegisterLookupRequest.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegisterLookupRequest.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegisterLookupRequest.Type Lookup
public static final RegisterLookupRequest.Type Dictionary
public static RegisterLookupRequest.Type[] values()
for (RegisterLookupRequest.Type c : RegisterLookupRequest.Type.values()) System.out.println(c);
public static RegisterLookupRequest.Type 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 String getValue()
public static RegisterLookupRequest.Type create(String key)
Copyright © 2016–2021. All rights reserved.