Uses of Interface
org.odata4j.core.NamedValue

Packages that use NamedValue
org.odata4j.core Core odata4j concepts. 
org.odata4j.edm Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. 
 

Uses of NamedValue in org.odata4j.core
 

Subinterfaces of NamedValue in org.odata4j.core
 interface NamespacedAnnotation<T>
          An annotation (typed name-value pair) that lives in a namespace.
 interface OFunctionParameter
          An immutable service operation parameter, consisting of a name, a strongly-typed value, and an edm-type.
 interface OProperty<T>
          An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type.
 

Classes in org.odata4j.core that implement NamedValue
 class GenericAnnotation<T>
          Generic implementation of NamespacedAnnotation.
 

Methods in org.odata4j.core that return NamedValue
static
<T> NamedValue<T>
NamedValues.copy(NamedValue<T> value)
          Create a copy of a named-value.
static
<T> NamedValue<T>
NamedValues.create(String name, T value)
          Create an named-value from a name and a value.
 

Methods in org.odata4j.core that return types with arguments of type NamedValue
 Set<NamedValue<?>> OEntityKey.asComplexValue()
          Gets the values of a complex entity-key.
static Set<NamedValue<Object>> NamedValues.fromMap(Map<String,Object> values)
          Create multiple named-values from a string->object map.
static Comparator<NamedValue> OComparators.namedValueByNameRaw()
           
static
<T> Func1<NamedValue<T>,OProperty<T>>
OFuncs.namedValueToProperty()
           
static Func1<NamedValue,OProperty<?>> OFuncs.namedValueToPropertyRaw()
           
 

Methods in org.odata4j.core with parameters of type NamedValue
static
<T> NamedValue<T>
NamedValues.copy(NamedValue<T> value)
          Create a copy of a named-value.
 

Uses of NamedValue in org.odata4j.edm
 

Classes in org.odata4j.edm that implement NamedValue
 class EdmAnnotation<T>
          Base annotation in the edm type system.
 class EdmAnnotationAttribute
          A CSDL Annotation attribute.
 class EdmAnnotationElement<T>
          A CSDL Annotation element.
 



http://odata4j.org