public interface UriResourceFunction extends UriResourcePartTyped
Modifier and Type | Method and Description |
---|---|
EdmFunction |
getFunction()
If the resource path specifies a function import this method will deliver the unbound function for the function
import.
|
EdmFunctionImport |
getFunctionImport()
Convenience method which returns the
EdmFunctionImport which was used in
the resource path to define the EdmFunction . |
List<UriParameter> |
getKeyPredicates() |
List<UriParameter> |
getParameters() |
EdmType |
getTypeFilterOnCollection() |
EdmType |
getTypeFilterOnEntry() |
getSegmentValue, getType, isCollection, toString
getKind, getSegmentValue, toString
EdmFunction getFunction()
EdmFunctionImport getFunctionImport()
EdmFunctionImport
which was used in
the resource path to define the EdmFunction
.List<UriParameter> getKeyPredicates()
List<UriParameter> getParameters()
EdmType getTypeFilterOnCollection()
EdmType getTypeFilterOnEntry()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.