Uses of Class
org.apache.olingo.odata2.api.edm.provider.AnnotationElement
Packages that use AnnotationElement
Package
Description
Entity Data Model Provider API
-
Uses of AnnotationElement in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return AnnotationElementModifier and TypeMethodDescriptionAnnotationElement.setAttributes(List<AnnotationAttribute> attributes) Sets the attributes for thisAnnotationElement.AnnotationElement.setChildElements(List<AnnotationElement> childElements) Sets the child elements for thisAnnotationElement.Sets the name for thisAnnotationElement.AnnotationElement.setNamespace(String namespace) Sets the namespace for thisAnnotationElement.Sets the prefix for thisAnnotationElement.Sets the text for thisAnnotationElementwhich will be displayed inside the tags.Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type AnnotationElementModifier and TypeMethodDescriptionAssociation.getAnnotationElements()AssociationEnd.getAnnotationElements()AssociationSet.getAnnotationElements()AssociationSetEnd.getAnnotationElements()ComplexType.getAnnotationElements()DataServices.getAnnotationElements()Documentation.getAnnotationElements()EntityContainerInfo.getAnnotationElements()EntitySet.getAnnotationElements()FunctionImport.getAnnotationElements()FunctionImportParameter.getAnnotationElements()Key.getAnnotationElements()NavigationProperty.getAnnotationElements()OnDelete.getAnnotationElements()Property.getAnnotationElements()PropertyRef.getAnnotationElements()ReferentialConstraint.getAnnotationElements()ReferentialConstraintRole.getAnnotationElements()Schema.getAnnotationElements()Using.getAnnotationElements()AnnotationElement.getChildElements()Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type AnnotationElementModifier and TypeMethodDescriptionAssociation.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisAssociationAssociationEnd.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisAssociationEndAssociationSet.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisAssociationSetAssociationSetEnd.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisAssociationSetEndComplexProperty.setAnnotationElements(List<AnnotationElement> annotationElements) ComplexType.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisComplexTypeDataServices.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisDataServicesDocumentation.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisDocumentationEntityContainerInfo.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisEntityContainerEntitySet.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisEntitySetEntityType.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisEntityTypeFunctionImport.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisFunctionImportFunctionImportParameter.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisFunctionImportParameterKey.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the List ofAnnotationElementfor thisKeyNavigationProperty.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the List ofAnnotationElementfor thisNavigationPropertyOnDelete.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the List ofAnnotationElementfor thisOnDeleteProperty.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the List ofAnnotationElementfor thisPropertyPropertyRef.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the List ofAnnotationElementfor thisPropertyRefReferentialConstraint.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the List ofAnnotationElementfor thisReferentialConstraintReferentialConstraintRole.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the List ofAnnotationElementfor thisReferentialConstraintRoleSchema.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the List ofAnnotationElementfor thisSchemaSimpleProperty.setAnnotationElements(List<AnnotationElement> annotationElements) Using.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisUsingAnnotationElement.setChildElements(List<AnnotationElement> childElements) Sets the child elements for thisAnnotationElement. -
Uses of AnnotationElement in org.apache.olingo.odata2.core.edm.provider
Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type AnnotationElement