All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cds.adapter.odata.v2.search.SearchQueryToken Maven / Gradle / Ivy

There is a newer version: 3.6.0
Show newest version
/**************************************************************************
 * (C) 2019-2024 SAP SE or an SAP affiliate company. All rights reserved. *
 **************************************************************************/
package com.sap.cds.adapter.odata.v2.search;

public interface SearchQueryToken {
	enum Token {
		OPEN, NOT, AND, OR, WORD, PHRASE, CLOSE
	}

	Token getToken();

	String getLiteral();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy