org.odata4j.core
Interface NamedValue<T>

Type Parameters:
T - the value's java-type
All Known Subinterfaces:
OProperty<T>

public interface NamedValue<T>

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:
NamedValues

Method Summary
 String getName()
          Gets the name.
 T getValue()
          Gets the value.
 

Method Detail

getName

String getName()
Gets the name.

Returns:
the name

getValue

T getValue()
Gets the value.

Returns:
the value


http://odata4j.org