Uses of Enum Class
com.sap.cds.services.impl.draft.DraftScenarioAnalyzer.Scenario
Packages that use DraftScenarioAnalyzer.Scenario
-
Uses of DraftScenarioAnalyzer.Scenario in com.sap.cds.services.impl.draft
Methods in com.sap.cds.services.impl.draft that return DraftScenarioAnalyzer.ScenarioModifier and TypeMethodDescriptionDraftScenarioAnalyzer.AnalysisResult.scenario()Returns the value of thescenariorecord component.Returns the enum constant of this class with the specified name.static DraftScenarioAnalyzer.Scenario[]DraftScenarioAnalyzer.Scenario.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sap.cds.services.impl.draft with parameters of type DraftScenarioAnalyzer.ScenarioModifierConstructorDescriptionAnalysisResult(DraftScenarioAnalyzer.Scenario scenario, com.sap.cds.ql.cqn.CqnPredicate predicate, com.sap.cds.ql.cqn.CqnStructuredTypeRef ref) Creates an instance of aAnalysisResultrecord class.