org.odata4j.core
Interface OSimpleObject<V>

Type Parameters:
V - the Java class used to represent the simple type
All Superinterfaces:
OObject

public interface OSimpleObject<V>
extends OObject

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:
OSimpleObjects

Method Summary
 EdmSimpleType<V> getType()
          Gets the edm type, which will be an edm simple type
 V getValue()
          Gets the value.
 

Method Detail

getType

EdmSimpleType<V> getType()
Gets the edm type, which will be an edm simple type

Specified by:
getType in interface OObject

getValue

V getValue()
Gets the value.



http://odata4j.org