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