Uses of Class
org.apache.olingo.commons.api.edm.provider.CsdlTerm
Packages that use CsdlTerm
Package
Description
Contains representations for objects created during CSDL document parsing
-
Uses of CsdlTerm in org.apache.olingo.commons.api.edm.provider
Methods in org.apache.olingo.commons.api.edm.provider that return CsdlTermModifier and TypeMethodDescriptionCsdlAbstractEdmProvider.getTerm
(FullQualifiedName termName) CsdlEdmProvider.getTerm
(FullQualifiedName termName) This method should return aCsdlTerm
for the FullQualifiedName or null if nothing is found.Gets term.CsdlTerm.setAnnotations
(List<CsdlAnnotation> annotations) Sets annotations.CsdlTerm.setAppliesTo
(List<String> appliesTo) Sets applies to.CsdlTerm.setBaseTerm
(String baseTerm) Sets base term.CsdlTerm.setDefaultValue
(String defaultValue) Sets default value.CsdlTerm.setMaxLength
(Integer maxLength) Sets max length.Sets name.CsdlTerm.setNullable
(boolean nullable) Sets nullable.CsdlTerm.setPrecision
(Integer precision) Sets precision.Sets scale.Sets srid.Sets type.Methods in org.apache.olingo.commons.api.edm.provider that return types with arguments of type CsdlTermMethod parameters in org.apache.olingo.commons.api.edm.provider with type arguments of type CsdlTermModifier and TypeMethodDescriptionSets terms.