Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.search.generic.MatchQuery.Type

Packages that use MatchQuery.Type
com.liferay.portal.kernel.search.generic   
 

Uses of MatchQuery.Type in com.liferay.portal.kernel.search.generic
 

Methods in com.liferay.portal.kernel.search.generic that return MatchQuery.Type
 MatchQuery.Type MatchQuery.getType()
           
static MatchQuery.Type MatchQuery.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatchQuery.Type[] MatchQuery.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.search.generic with parameters of type MatchQuery.Type
 void MatchQuery.setType(MatchQuery.Type type)
           
 


Liferay 7.0-ce-b4