Type
The enumeration Type is a member of com.here.android.mpa.search.AutoSuggest.
Enumeration Summary
public static final enumeration AutoSuggest.Type
extends java.lang.Enum, java.lang.Object
Represents values describing supported AutoSuggest types for a text suggestion.
[For complete information, see the section Enumeration Details]
Enum Constant Summary
Method Summary
Methods |
---|
This method retrieves the enumeration value that matches the name specified by the caller. |
This method retrieves an array of constants of the given enum type in the order in which they are declared. |
Enumeration Details
Represents values describing supported AutoSuggest types for a text suggestion.
Enum Constant Details
public static final Type UNKNOWN
Unknown type.
public static final Type PLACE
Suggested Place.
public static final Type SEARCH
Suggested Search.
public static final Type QUERY
Suggested Query.
Method Details
public static Type valueOf (String name)
This method retrieves the enumeration value that matches the name specified by the caller.
Parameters:
-
name
A string containing the name of the enumeration member whose value is to be retrieved.
public static AutoSuggest.Type[] values ()
This method retrieves an array of constants of the given enum type in the order in which they are declared.