Uses of Class
org.apache.olingo.odata2.api.edm.provider.PropertyRef
-
Packages that use PropertyRef Package Description 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 Modifier and Type Method Description PropertyRefPropertyRef. setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)Sets the List ofAnnotationAttributefor thisPropertyRefPropertyRefPropertyRef. setAnnotationElements(List<AnnotationElement> annotationElements)Sets the List ofAnnotationElementfor thisPropertyRefPropertyRefPropertyRef. setName(String name)Sets the name of thePropertythisPropertyRefis pointing toMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type PropertyRef Modifier and Type Method Description List<PropertyRef>Key. getKeys()List<PropertyRef>ReferentialConstraintRole. getPropertyRefs()Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type PropertyRef Modifier and Type Method Description KeyKey. setKeys(List<PropertyRef> keys)ReferentialConstraintRoleReferentialConstraintRole. setPropertyRefs(List<PropertyRef> propertyRef)Sets thePropertyRefs of thisReferentialConstraintRole
-