Interface JPAElement

All Known Subinterfaces:
IntermediateEntitySetAccess, IntermediateEntityTypeAccess, IntermediateModelItemAccess, IntermediateNavigationPropertyAccess, IntermediatePropertyAccess, JPAAssociationAttribute, JPAAttribute, JPACollectionAttribute, JPADescriptionAttribute, JPAEntitySet, JPAEntityType, JPAStructuredType

public interface JPAElement
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.olingo.commons.api.edm.FullQualifiedName
    Returns the full qualified name of an element
    Returns the element name published by the API
    Returns the internally used (Java) name for an element
  • Method Details

    • getExternalFQN

      org.apache.olingo.commons.api.edm.FullQualifiedName getExternalFQN()
      Returns the full qualified name of an element
      Returns:
    • getExternalName

      String getExternalName()
      Returns the element name published by the API
      Returns:
    • getInternalName

      String getInternalName()
      Returns the internally used (Java) name for an element
      Returns: