com.sap.cds.generator.MethodStyle Maven / Gradle / Ivy
/************************************************************************
* © 2019-2024 SAP SE or an SAP affiliate company. All rights reserved. *
************************************************************************/
package com.sap.cds.generator;
/**
* Defines the style of a generated method.
*/
public enum MethodStyle {
/**
* The method is generated with the fluent API style.
*/
FLUENT,
/**
* The method is generated with the bean style.
*/
BEAN
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy