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

Packages that use PropertyRef
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
 

Uses of PropertyRef in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return PropertyRef
 PropertyRef PropertyRef.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the List of AnnotationAttribute for this PropertyRef
 PropertyRef PropertyRef.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this PropertyRef
 PropertyRef PropertyRef.setName(String name)
          Sets the name of the Property this PropertyRef is pointing to
 

Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type PropertyRef
 List<PropertyRef> Key.getKeys()
           
 List<PropertyRef> ReferentialConstraintRole.getPropertyRefs()
           
 

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type PropertyRef
 Key Key.setKeys(List<PropertyRef> keys)
          Sets the Propertys by their PropertyRef for this Key
 ReferentialConstraintRole ReferentialConstraintRole.setPropertyRefs(List<PropertyRef> propertyRef)
          Sets the PropertyRefs of this ReferentialConstraintRole
 



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