Uses of Class
org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
Packages that use CsdlTypeDefinition
Package
Description
Contains representations for objects created during CSDL document parsing
-
Uses of CsdlTypeDefinition in org.apache.olingo.commons.api.edm.provider
Methods in org.apache.olingo.commons.api.edm.provider that return CsdlTypeDefinitionModifier and TypeMethodDescriptionCsdlAbstractEdmProvider.getTypeDefinition
(FullQualifiedName typeDefinitionName) CsdlEdmProvider.getTypeDefinition
(FullQualifiedName typeDefinitionName) This method should return anCsdlTypeDefinition
or null if nothing is foundCsdlSchema.getTypeDefinition
(String name) Gets type definition.CsdlTypeDefinition.setAnnotations
(List<CsdlAnnotation> annotations) Sets a list of annotationsCsdlTypeDefinition.setMaxLength
(Integer maxLength) Sets max length.Sets name.CsdlTypeDefinition.setPrecision
(Integer precision) Sets precision.Sets scale.Sets srid.CsdlTypeDefinition.setUnderlyingType
(String underlyingType) Sets underlying type.CsdlTypeDefinition.setUnderlyingType
(FullQualifiedName underlyingType) Sets underlying type.CsdlTypeDefinition.setUnicode
(boolean unicode) Sets unicode.Methods in org.apache.olingo.commons.api.edm.provider that return types with arguments of type CsdlTypeDefinitionMethod parameters in org.apache.olingo.commons.api.edm.provider with type arguments of type CsdlTypeDefinitionModifier and TypeMethodDescriptionCsdlSchema.setTypeDefinitions
(List<CsdlTypeDefinition> typeDefinitions) Sets type definitions.