Uses of Class
org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.ReturnType.Type
-
-
Uses of EdmFunctionImport.ReturnType.Type in org.apache.olingo.odata2.api.annotation.edm
Methods in org.apache.olingo.odata2.api.annotation.edm that return EdmFunctionImport.ReturnType.Type Modifier and Type Method Description EdmFunctionImport.ReturnType.Typetype()Define the return type for the function import.static EdmFunctionImport.ReturnType.TypeEdmFunctionImport.ReturnType.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static EdmFunctionImport.ReturnType.Type[]EdmFunctionImport.ReturnType.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-