|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedValue | |
---|---|
org.odata4j.core | Core odata4j concepts. |
Uses of NamedValue in org.odata4j.core |
---|
Subinterfaces of NamedValue in org.odata4j.core | |
---|---|
interface |
OProperty<T>
An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type. |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |