Interface EdmActionImportInfo

All Superinterfaces:
EdmOperationImportInfo

public interface EdmActionImportInfo extends EdmOperationImportInfo
Objects of this class contain information about one action import inside the EntityDataModel.
  • Method Details

    • getActionImportName

      String getActionImportName()
      Returns:
      the action import name
    • getActionImportUri

      URI getActionImportUri()
      We use a URI object here to ensure the right encoding. If a string representation is needed the toASCIIString() method can be used.
      Returns:
      the uri to this function import