public interface

OSimpleObject

implements OObject
org.odata4j.core.OSimpleObject<V>

Class Overview

An instance of an EdmSimpleType, a primitive value in the OData type system.

The OSimpleObjects static factory class can be used to create OSimpleObject instances.

See Also

Summary

Public Methods
abstract EdmSimpleType<V> getType()
Gets the edm type, which will be an edm simple type
abstract V getValue()
Gets the value.
[Expand]
Inherited Methods
From interface org.odata4j.core.OObject

Public Methods

public abstract EdmSimpleType<V> getType ()

Gets the edm type, which will be an edm simple type

public abstract V getValue ()

Gets the value.