|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
public static @interface EdmFunctionImport.ReturnType
Annotation for definition of the return type of an EdmFunctionImport
method.
Required Element Summary | |
---|---|
EdmFunctionImport.ReturnType.Type |
type
Define the return type for the function import. |
Optional Element Summary | |
---|---|
boolean |
isCollection
Define if the return type for the function import is a collection (entity set) or an single entity (entity). |
Element Detail |
---|
public abstract EdmFunctionImport.ReturnType.Type type
public abstract boolean isCollection
true
if a collection is returned,
otherwise false
if a single entity is returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |