org.odata4j.producer
Interface PropertyResponse

All Superinterfaces:
BaseResponse

public interface PropertyResponse
extends BaseResponse

An PropertyResponse is a response to a client request expecting a single property value.

The Responses static factory class can be used to create PropertyResponse instances.


Method Summary
 OProperty<?> getProperty()
          Gets the property value.
 

Method Detail

getProperty

OProperty<?> getProperty()
Gets the property value.

Returns:
the property value


http://odata4j.org