Uses of Enum Class
com.sap.cds.reflect.CdsBaseType
Packages that use CdsBaseType
-
Uses of CdsBaseType in com.sap.cds.ql
Methods in com.sap.cds.ql with parameters of type CdsBaseType -
Uses of CdsBaseType in com.sap.cds.reflect
Methods in com.sap.cds.reflect that return CdsBaseTypeModifier and TypeMethodDescriptionstatic CdsBaseTypedefault CdsBaseTypeCdsDecimal.getType()CdsSimpleType.getType()Returns theCdsBaseTypeof thisCdsSimpleTypedefinition.default CdsBaseTypeCdsStringType.getType()static CdsBaseTypeReturns the enum constant of this class with the specified name.static CdsBaseType[]CdsBaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cds.reflect with parameters of type CdsBaseTypeModifier and TypeMethodDescriptionstatic Class<?>CdsBaseType.cdsJavaMediaType(CdsBaseType cdsType) default booleanCdsSimpleType.isSimpleType(CdsBaseType baseType) default booleanCdsType.isSimpleType(CdsBaseType baseType) Returnstrueif this is a simple type with a given base type. -
Uses of CdsBaseType in com.sap.cds.reflect.overlay
Methods in com.sap.cds.reflect.overlay with parameters of type CdsBaseTypeModifier and TypeMethodDescriptionCdsElementExtender.type(CdsBaseType baseType) Sets the type for the element.CdsElementExtender.type(CdsBaseType baseType, Map<String, Object> properties) Sets the type for the element.