public interface

OFunctionParameter

implements NamedValue<T>
org.odata4j.core.OFunctionParameter

Class Overview

An immutable service operation parameter, consisting of a name, a strongly-typed value, and an edm-type.

The OFunctionParameters static factory class can be used to create OFunctionParameter instances.

Summary

Public Methods
abstract EdmType getType()
Gets the edm-type for this property.
[Expand]
Inherited Methods
From interface org.odata4j.core.Named
From interface org.odata4j.core.NamedValue

Public Methods

public abstract EdmType getType ()

Gets the edm-type for this property.

Returns
  • the edm-type