Uses of Enum Class
com.sap.cds.impl.draft.DraftUtils.Element
Packages that use DraftUtils.Element
-
Uses of DraftUtils.Element in com.sap.cds.impl.draft
Methods in com.sap.cds.impl.draft that return DraftUtils.ElementModifier and TypeMethodDescriptionstatic DraftUtils.ElementReturns the enum constant of this class with the specified name.static DraftUtils.Element[]DraftUtils.Element.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cds.impl.draft that return types with arguments of type DraftUtils.ElementModifier and TypeMethodDescriptionstatic Optional<DraftUtils.Element>DraftUtils.draftElement(CdsElement element) static Optional<DraftUtils.Element>DraftUtils.draftElement(String name) Method parameters in com.sap.cds.impl.draft with type arguments of type DraftUtils.ElementModifier and TypeMethodDescriptionstatic StringDraftUtils.activeEntity(Context context, TableNameResolver tableResolver, CdsEntity cdsEntity, Set<DraftUtils.Element> draftElements) static StringDraftUtils.activeEntity(Context context, String table, CdsEntity cdsEntity, Set<DraftUtils.Element> draftElements)