Interface EdmMapping

  • All Known Implementing Classes:
    Mapping

    public interface EdmMapping
    @org.apache.olingo.odata2.DoNotImplement EdmMapping holds custom mapping information which can be applied to a CSDL element.
    • Method Detail

      • getInternalName

        String getInternalName()
        Get the mapping value
        Returns:
        mapping name as String
      • getInternalExpression

        String getInternalExpression()
      • getMediaResourceSourceKey

        String getMediaResourceSourceKey()
        Gets the key under which the resource source value can be found in the data map.
        Returns:
        the key of the media resource source
      • getMediaResourceMimeTypeKey

        String getMediaResourceMimeTypeKey()
        Gets the key under which the resource mime type can be found in the data map.
        Returns:
        the key of the media resource type
      • getObject

        Object getObject()
        Get the set object for this mapping
        Returns:
        Object object
      • isCalculated

        boolean isCalculated()