| Package | Description |
|---|---|
| com.bericotech.clavin.resolver.multipart |
| Modifier and Type | Field and Description |
|---|---|
SearchLevel |
SearchResult.level |
| Modifier and Type | Method and Description |
|---|---|
SearchLevel |
SearchLevel.broaden() |
static SearchLevel |
SearchLevel.forGeoName(GeoName name) |
SearchLevel |
MatchedLocation.Match.getLevel() |
SearchLevel |
SearchLevel.narrow() |
static SearchLevel |
SearchLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchLevel[] |
SearchLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MatchedLocation.Match |
MatchedLocation.getMatch(SearchLevel level) |
| Constructor and Description |
|---|
MatchedLocation.Match(SearchLevel level,
ResolvedLocation location,
int depth) |
SearchResult(SearchLevel level,
List<ResolvedLocation> locations,
Set<Integer> parentIds,
Set<String> parentCodes) |
Copyright © 2012–2014 Berico Technologies. All rights reserved.