public static @interface EdmFunctionImport.ReturnType
Annotation for definition of the return type of an EdmFunctionImport
method.
Modifier and Type | Required Element and Description |
---|---|
EdmFunctionImport.ReturnType.Type |
type
Define the return type for the function import.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isCollection
Define if the return type for the function import is a collection (entity set) or
an single entity (entity).
|
public abstract EdmFunctionImport.ReturnType.Type type
public abstract boolean isCollection
true
if a collection is returned,
otherwise false
if a single entity is returned.Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.