org.odata4j.core
Interface OProperty<T>
- Type Parameters:
T
- the java-type of the property
- All Superinterfaces:
- Named, NamedValue<T>
public interface OProperty<T>
- extends NamedValue<T>
An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type.
The OProperties
static factory class can be used to create OProperty
instances.
- See Also:
OProperties
Methods inherited from interface org.odata4j.core.Named |
getName |
getType
EdmType getType()
- Gets the edm-type for this property.
- Returns:
- the edm-type
http://odata4j.org