Uses of Interface
com.sap.cds.reflect.CdsDefinition
Packages that use CdsDefinition
-
Uses of CdsDefinition in com.sap.cds
Methods in com.sap.cds that return CdsDefinitionModifier and TypeMethodDescriptionCdsLockTimeoutException.getDefinition()Get the definition for which the lock timeout occurredConstructors in com.sap.cds with parameters of type CdsDefinition -
Uses of CdsDefinition in com.sap.cds.reflect
Subinterfaces of CdsDefinition in com.sap.cds.reflectModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceCdsEnumType<T>interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in com.sap.cds.reflect with type parameters of type CdsDefinitionModifier and TypeMethodDescriptiondefault <T extends CdsDefinition>
TCasts this type to the givenCdsDefinition.<T extends CdsDefinition>
TCdsElement.getDeclaringType()Returns the declaring type of thisCdsElement.Methods in com.sap.cds.reflect that return CdsDefinitionModifier and TypeMethodDescriptionCdsElementNotFoundException.getDefinition()Get the definition for which the element was requestedCdsOperationNotFoundException.getDefinition()Get the definition for which the operation was requestedMethods in com.sap.cds.reflect that return types with arguments of type CdsDefinitionModifier and TypeMethodDescriptionstatic Predicate<CdsDefinition>CdsDefinition.byNamespace(String namespace) Returns aPredicateto filterCdsDefinition(s)that are inside the given namespace.Constructors in com.sap.cds.reflect with parameters of type CdsDefinitionModifierConstructorDescriptionCdsElementNotFoundException(String path, CdsDefinition definition) CdsOperationNotFoundException(CdsKind kind, String operationName, CdsDefinition definition)