org.odata4j.core
Interface Delegate<T>

All Known Implementing Classes:
EntityIdFunctionPropertyModelDelegate, EnumsAsStringsPropertyModelDelegate, ODataProducerDelegate, PropertyModelDelegate

public interface Delegate<T>

Base interface for delegates, also known as decorators.

Implementations are expected to implement all methods of type T, and forward to the delegate instance by default.


Method Summary
 T getDelegate()
           
 

Method Detail

getDelegate

T getDelegate()


http://odata4j.org