org.odata4j.core
Interface OFunctionParameter

All Superinterfaces:
Named, NamedValue<OObject>

public interface OFunctionParameter
extends NamedValue<OObject>

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.

See Also:
OFunctionParameters

Method Summary
 EdmType getType()
          Gets the edm-type for this property.
 
Methods inherited from interface org.odata4j.core.NamedValue
getValue
 
Methods inherited from interface org.odata4j.core.Named
getName
 

Method Detail

getType

EdmType getType()
Gets the edm-type for this property.

Returns:
the edm-type


http://odata4j.org