org.odata4j.core
Interface NamedValue<T>

Type Parameters:
T - the value's java-type
All Superinterfaces:
Named
All Known Subinterfaces:
NamespacedAnnotation<T>, OFunctionParameter, OProperty<T>
All Known Implementing Classes:
EdmAnnotation, EdmAnnotationAttribute, EdmAnnotationElement, GenericAnnotation

public interface NamedValue<T>
extends Named

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
 T getValue()
          Gets the value.
 
Methods inherited from interface org.odata4j.core.Named
getName
 

Method Detail

getValue

T getValue()
Gets the value.

Returns:
the value


http://odata4j.org