|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
NamedValues.copy(NamedValue<T> value)
Create a copy of a named-value. |
|
static
|
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
|
OFuncs.namedValueToProperty()
|
|
static Func1<NamedValue,OProperty<?>> |
OFuncs.namedValueToPropertyRaw()
|
Methods in org.odata4j.core with parameters of type NamedValue | ||
---|---|---|
static
|
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |