public interface EdmFunctionImport extends EdmOperationImport
Modifier and Type | Method and Description |
---|---|
FullQualifiedName |
getFunctionFqn() |
String |
getTitle()
Returns a human readable title or null if not set.
|
EdmFunction |
getUnboundFunction(List<String> parameterNames)
Gets unbound function with given parameter names.
|
List<EdmFunction> |
getUnboundFunctions()
Gets unbound functions.
|
boolean |
isIncludeInServiceDocument() |
getEntityContainer, getFullQualifiedName, getReturnedEntitySet
getAnnotation, getAnnotations
List<EdmFunction> getUnboundFunctions()
EdmFunction getUnboundFunction(List<String> parameterNames)
parameterNames
- parameter namesFullQualifiedName getFunctionFqn()
String getTitle()
boolean isIncludeInServiceDocument()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.