public static enum SearchSource.SearchScope extends Enum<SearchSource.SearchScope>
Enum Constant and Description |
---|
ALL |
AREA_TAGS |
CHANNEL_TREE |
SERVICE_INSTANCE |
Modifier and Type | Method and Description |
---|---|
static SearchSource.SearchScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchSource.SearchScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchSource.SearchScope CHANNEL_TREE
public static final SearchSource.SearchScope ALL
public static final SearchSource.SearchScope SERVICE_INSTANCE
public static final SearchSource.SearchScope AREA_TAGS
public static SearchSource.SearchScope[] values()
for (SearchSource.SearchScope c : SearchSource.SearchScope.values()) System.out.println(c);
public static SearchSource.SearchScope 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 nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.