Uses of Interface
com.sap.cds.reflect.CdsType
Packages that use CdsType
-
Uses of CdsType in com.sap.cds
Methods in com.sap.cds with parameters of type CdsTypeModifier and TypeMethodDescriptionbooleanCdsDataProcessor.Filter.test(Path path, CdsElement element, CdsType type) Evaluates this filter predicate on the given arguments. -
Uses of CdsType in com.sap.cds.reflect
Subinterfaces of CdsType in com.sap.cds.reflectModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceCdsEnumType<T>interfaceinterfaceinterfaceinterfaceMethods in com.sap.cds.reflect with type parameters of type CdsTypeModifier and TypeMethodDescriptiondefault <T extends CdsType>
Stream<CdsElement>CdsStructuredType.elementsOfType(Class<T> type) <T extends CdsType>
TCdsElementDefinition.getType()Returns the type of thisCdsElement.<T extends CdsType>
TGet aCdsTypevia its fully qualified name.Methods in com.sap.cds.reflect that return CdsTypeModifier and TypeMethodDescriptionCdsArrayedType.getItemsType()Returns the items' type of thisCdsArrayedType.default CdsTypeCdsFunction.getReturnType()Returns the return type of thisCdsFunction.CdsParameter.getType()Returns the type of thisCdsParameter.Methods in com.sap.cds.reflect that return types with arguments of type CdsTypeModifier and TypeMethodDescriptionCdsOperation.returnType()CdsModel.types()Returns a sequentialStreamover allCdsTypedefinitions in this model.Methods in com.sap.cds.reflect with parameters of type CdsType