Uses of Class
org.apache.olingo.odata2.api.edm.provider.AnnotationElement

Packages that use AnnotationElement
org.apache.olingo.odata2.api.edm.provider 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 AnnotationElement
 AnnotationElement AnnotationElement.setAttributes(List<AnnotationAttribute> attributes)
          Sets the attributes for this AnnotationElement.
 AnnotationElement AnnotationElement.setChildElements(List<AnnotationElement> childElements)
          Sets the child elements for this AnnotationElement.
 AnnotationElement AnnotationElement.setName(String name)
          Sets the name for this AnnotationElement.
 AnnotationElement AnnotationElement.setNamespace(String namespace)
          Sets the namespace for this AnnotationElement.
 AnnotationElement AnnotationElement.setPrefix(String prefix)
          Sets the prefix for this AnnotationElement.
 AnnotationElement AnnotationElement.setText(String text)
          Sets the text for this AnnotationElement which will be displayed inside the tags.
 

Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type AnnotationElement
 Collection<AnnotationElement> Using.getAnnotationElements()
           
 List<AnnotationElement> Schema.getAnnotationElements()
           
 List<AnnotationElement> ReferentialConstraintRole.getAnnotationElements()
           
 List<AnnotationElement> ReferentialConstraint.getAnnotationElements()
           
 List<AnnotationElement> PropertyRef.getAnnotationElements()
           
 List<AnnotationElement> Property.getAnnotationElements()
           
 List<AnnotationElement> OnDelete.getAnnotationElements()
           
 List<AnnotationElement> NavigationProperty.getAnnotationElements()
           
 List<AnnotationElement> Key.getAnnotationElements()
           
 List<AnnotationElement> FunctionImportParameter.getAnnotationElements()
           
 List<AnnotationElement> FunctionImport.getAnnotationElements()
           
 List<AnnotationElement> EntitySet.getAnnotationElements()
           
 List<AnnotationElement> EntityContainerInfo.getAnnotationElements()
           
 List<AnnotationElement> Documentation.getAnnotationElements()
           
 List<AnnotationElement> ComplexType.getAnnotationElements()
           
 List<AnnotationElement> AssociationSetEnd.getAnnotationElements()
           
 List<AnnotationElement> AssociationSet.getAnnotationElements()
           
 List<AnnotationElement> AssociationEnd.getAnnotationElements()
           
 List<AnnotationElement> Association.getAnnotationElements()
           
 List<AnnotationElement> AnnotationElement.getChildElements()
           
 

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type AnnotationElement
 Using Using.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this Using
 SimpleProperty SimpleProperty.setAnnotationElements(List<AnnotationElement> annotationElements)
           
 Schema Schema.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this Schema
 ReferentialConstraintRole ReferentialConstraintRole.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this ReferentialConstraintRole
 ReferentialConstraint ReferentialConstraint.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this ReferentialConstraint
 PropertyRef PropertyRef.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this PropertyRef
 Property Property.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this Property
 OnDelete OnDelete.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this OnDelete
 NavigationProperty NavigationProperty.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this NavigationProperty
 Key Key.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this Key
 FunctionImportParameter FunctionImportParameter.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this FunctionImportParameter
 FunctionImport FunctionImport.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this FunctionImport
 EntityType EntityType.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this EntityType
 EntitySet EntitySet.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this EntitySet
 EntityContainerInfo EntityContainerInfo.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this EntityContainer
 Documentation Documentation.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this Documentation
 ComplexType ComplexType.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this ComplexType
 ComplexProperty ComplexProperty.setAnnotationElements(List<AnnotationElement> annotationElements)
           
 AssociationSetEnd AssociationSetEnd.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this AssociationSetEnd
 AssociationSet AssociationSet.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this AssociationSet
 AssociationEnd AssociationEnd.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this AssociationEnd
 Association Association.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this Association
 AnnotationElement AnnotationElement.setChildElements(List<AnnotationElement> childElements)
          Sets the child elements for this AnnotationElement.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.