Uses of Class
org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute
Packages that use AnnotationAttribute
Package
Description
Entity Data Model Provider API
-
Uses of AnnotationAttribute in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return AnnotationAttributeModifier and TypeMethodDescriptionSets the name for thisAnnotationAttribute.AnnotationAttribute.setNamespace(String namespace) Sets the namespace for thisAnnotationAttribute.Sets the prefix for thisAnnotationAttribute.Sets the text for thisAnnotationAttribute.Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type AnnotationAttributeModifier and TypeMethodDescriptionAssociation.getAnnotationAttributes()AssociationEnd.getAnnotationAttributes()AssociationSet.getAnnotationAttributes()AssociationSetEnd.getAnnotationAttributes()ComplexType.getAnnotationAttributes()Documentation.getAnnotationAttributes()EntityContainerInfo.getAnnotationAttributes()EntitySet.getAnnotationAttributes()FunctionImport.getAnnotationAttributes()FunctionImportParameter.getAnnotationAttributes()Key.getAnnotationAttributes()NavigationProperty.getAnnotationAttributes()OnDelete.getAnnotationAttributes()Property.getAnnotationAttributes()PropertyRef.getAnnotationAttributes()ReferentialConstraint.getAnnotationAttributes()ReferentialConstraintRole.getAnnotationAttributes()Schema.getAnnotationAttributes()Using.getAnnotationAttributes()AnnotationElement.getAttributes()Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type AnnotationAttributeModifier and TypeMethodDescriptionAssociation.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisAssociationAssociationEnd.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisAssociationEndAssociationSet.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisAssociationSetAssociationSetEnd.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisAssociationSetEndComplexProperty.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) ComplexType.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisComplexTypeDocumentation.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisDocumentationEntityContainerInfo.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisEntityContainerEntitySet.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisEntitySetEntityType.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisEntityTypeFunctionImport.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisFunctionImportFunctionImportParameter.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisFunctionImportParameterKey.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the List ofAnnotationAttributefor thisKeyNavigationProperty.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the List ofAnnotationAttributefor thisNavigationPropertyOnDelete.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the List ofAnnotationAttributefor thisOnDeleteProperty.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the List ofAnnotationAttributefor thisPropertyPropertyRef.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the List ofAnnotationAttributefor thisPropertyRefReferentialConstraint.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the List ofAnnotationAttributefor thisReferentialConstraintReferentialConstraintRole.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the List ofAnnotationAttributefor thisReferentialConstraintRoleSchema.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the List ofAnnotationAttributefor thisSchemaSimpleProperty.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Using.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisUsingAnnotationElement.setAttributes(List<AnnotationAttribute> attributes) Sets the attributes for thisAnnotationElement. -
Uses of AnnotationAttribute in org.apache.olingo.odata2.core.edm.provider
Constructor parameters in org.apache.olingo.odata2.core.edm.provider with type arguments of type AnnotationAttributeModifierConstructorDescriptionEdmAnnotationsImplProv(List<AnnotationAttribute> annotationAttributes, List<AnnotationElement> annotationElements)