Package com.sap.cds.generator
Interface Configuration
- All Known Implementing Classes:
ConfigurationImpl
public interface Configuration
-
Method Summary
-
Method Details
-
getParserMode
ParserMode getParserMode() -
getGeneratorMode
GeneratorMode getGeneratorMode() -
getMethodStyle
MethodStyle getMethodStyle() -
getBasePackage
String getBasePackage() -
getEventContext
boolean getEventContext() -
getExcludes
-
getIncludes
-
getClassNameSuffix
String getClassNameSuffix() -
getDocs
boolean getDocs() -
fkAccessors
boolean fkAccessors() -
getPluginInformation
String getPluginInformation() -
getGenerationAnnotationDetailLevel
GeneratedAnnotationDetailLevel getGenerationAnnotationDetailLevel() -
getCqnServices
boolean getCqnServices()
-