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
Methods inherited from interface org.odata4j.core.Named |
getName |
getType
EdmType getType()
- Gets the edm-type for this property.
- Returns:
- the edm-type
http://odata4j.org