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

Packages that use AnnotationAttribute
org.apache.olingo.odata2.api.edm.provider 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 AnnotationAttribute
 AnnotationAttribute AnnotationAttribute.setName(String name)
          Sets the name for this AnnotationAttribute.
 AnnotationAttribute AnnotationAttribute.setNamespace(String namespace)
          Sets the namespace for this AnnotationAttribute.
 AnnotationAttribute AnnotationAttribute.setPrefix(String prefix)
          Sets the prefix for this AnnotationAttribute.
 AnnotationAttribute AnnotationAttribute.setText(String text)
          Sets the text for this AnnotationAttribute.
 

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

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



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