com.sap.cds.reflect.CdsBoundAction Maven / Gradle / Ivy
/*********************************************************************
* (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