public interface

NamedValue

implements Named
org.odata4j.core.NamedValue<T>
Known Indirect Subclasses

Class Overview

A strongly-typed named value.

No behavior or semantics are implied, this is simply a convenient reusable interface.

The NamedValues static factory class can be used to create NamedValue instances.

See Also

Summary

Public Methods
abstract T getValue()
Gets the value.
[Expand]
Inherited Methods
From interface org.odata4j.core.Named

Public Methods

public abstract T getValue ()

Gets the value.

Returns
  • the value