Annotation Type EdmFunctionImport.ReturnType
-
public static @interface EdmFunctionImport.ReturnTypeAnnotation for definition of the return type of an
EdmFunctionImportmethod.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description EdmFunctionImport.ReturnType.TypetypeDefine the return type for the function import.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanisCollectionDefine if the return type for the function import is a collection (entity set) or an single entity (entity).
-
-
-
Element Detail
-
type
EdmFunctionImport.ReturnType.Type type
Define the return type for the function import.- Returns:
- return type for the function import
-
-