Uses of Class
org.apache.olingo.commons.api.edm.provider.CsdlEnumType
Packages that use CsdlEnumType
Package
Description
Contains representations for objects created during CSDL document parsing
-
Uses of CsdlEnumType in org.apache.olingo.commons.api.edm.provider
Methods in org.apache.olingo.commons.api.edm.provider that return CsdlEnumTypeModifier and TypeMethodDescriptionCsdlAbstractEdmProvider.getEnumType
(FullQualifiedName enumTypeName) CsdlEdmProvider.getEnumType
(FullQualifiedName enumTypeName) This method should return anCsdlEnumType
or null if nothing is foundCsdlSchema.getEnumType
(String name) Gets enum type.CsdlEnumType.setAnnotations
(List<CsdlAnnotation> annotations) Sets a list of annotationsCsdlEnumType.setFlags
(boolean isFlags) Sets flags.CsdlEnumType.setMembers
(List<CsdlEnumMember> members) Sets members.Sets name.CsdlEnumType.setUnderlyingType
(String underlyingType) Sets underlying type.CsdlEnumType.setUnderlyingType
(FullQualifiedName underlyingType) Sets underlying type.Methods in org.apache.olingo.commons.api.edm.provider that return types with arguments of type CsdlEnumTypeMethod parameters in org.apache.olingo.commons.api.edm.provider with type arguments of type CsdlEnumTypeModifier and TypeMethodDescriptionCsdlSchema.setEnumTypes
(List<CsdlEnumType> enumTypes) Sets enum types.