Uses of Interface
org.odata4j.core.OStructuralObject

Packages that use OStructuralObject
org.odata4j.core Core odata4j concepts. 
org.odata4j.producer.inmemory   
 

Uses of OStructuralObject in org.odata4j.core
 

Subinterfaces of OStructuralObject in org.odata4j.core
 interface OComplexObject
          An instance of an EdmComplexType.
 interface OEntity
          An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities).
 

Uses of OStructuralObject in org.odata4j.producer.inmemory
 

Methods in org.odata4j.producer.inmemory with parameters of type OStructuralObject
protected
<T> T
InMemoryProducer.fillInPojo(OStructuralObject sobj, EdmStructuralType stype, PropertyModel propertyModel, Class<T> pojoClass)
          Populates a new POJO instance of type pojoClass using data from the given structural object.
protected  void InMemoryProducer.fireUnmarshalEvent(Object pojo, OStructuralObject sobj, org.odata4j.producer.inmemory.InMemoryProducer.TriggerType ttype)
           
 



http://odata4j.org