public interface

OProperty

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

Class Overview

An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type.

The OProperties static factory class can be used to create OProperty instances.

See Also

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