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

com.sap.cds.reflect.CdsBoundAction Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
/*********************************************************************
 * (C) 2023 SAP SE or an SAP affiliate company. All rights reserved. *
 *********************************************************************/
package com.sap.cds.reflect;

public interface CdsBoundAction extends CdsAction {

	/**
	 * Returns the binding parameter of this action.
	 *
	 * @return Instance of {@link CdsParameter} or null if the parameter is not modelled
	 */
	CdsParameter getBindingParameter();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy