Uses of Class
org.odata4j.edm.EdmStructuralType

Packages that use EdmStructuralType
org.odata4j.core Core odata4j concepts. 
org.odata4j.edm Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. 
org.odata4j.format.xml   
org.odata4j.internal   
org.odata4j.producer.edm   
org.odata4j.producer.inmemory   
 

Uses of EdmStructuralType in org.odata4j.core
 

Methods in org.odata4j.core that return types with arguments of type EdmStructuralType
static Predicate1<EdmStructuralType> OPredicates.edmSubTypeOf(EdmStructuralType t)
           
 

Methods in org.odata4j.core with parameters of type EdmStructuralType
static Predicate1<EdmStructuralType> OPredicates.edmSubTypeOf(EdmStructuralType t)
           
 

Uses of EdmStructuralType in org.odata4j.edm
 

Subclasses of EdmStructuralType in org.odata4j.edm
 class EdmComplexType
          A CSDL ComplexType element.
 class EdmEntityType
          A CSDL EntityType element.
 

Methods in org.odata4j.edm that return EdmStructuralType
 EdmStructuralType EdmProperty.getDeclaringType()
           
 

Methods in org.odata4j.edm that return types with arguments of type EdmStructuralType
 Iterable<EdmStructuralType> EdmDataServices.getStructuralTypes()
           
 Iterable<EdmStructuralType> EdmDataServices.getSubTypes(EdmStructuralType t)
           
 

Methods in org.odata4j.edm with parameters of type EdmStructuralType
protected  void EdmStructuralType.Builder.fillBuilder(EdmStructuralType structuralType, org.odata4j.edm.EdmItem.BuilderContext context)
           
 Iterable<EdmStructuralType> EdmDataServices.getSubTypes(EdmStructuralType t)
           
 Object EdmDecorator.resolveStructuralTypeProperty(EdmStructuralType structuralType, PropertyPath path)
          Resolves a custom property (i.e.
 EdmProperty.Builder EdmProperty.Builder.setDeclaringType(EdmStructuralType declaringType)
           
 

Uses of EdmStructuralType in org.odata4j.format.xml
 

Methods in org.odata4j.format.xml with parameters of type EdmStructuralType
static Iterable<OProperty<?>> AtomFeedFormatParser.parseProperties(XMLEventReader2 reader, StartElement2 propertiesElement, EdmDataServices metadata, EdmStructuralType structuralType)
           
 

Uses of EdmStructuralType in org.odata4j.internal
 

Methods in org.odata4j.internal that return types with arguments of type EdmStructuralType
 Iterable<EdmStructuralType> EdmDataServicesDecorator.getStructuralTypes()
           
 Iterable<EdmStructuralType> EdmDataServicesDecorator.getSubTypes(EdmStructuralType t)
           
 

Methods in org.odata4j.internal with parameters of type EdmStructuralType
 Iterable<EdmStructuralType> EdmDataServicesDecorator.getSubTypes(EdmStructuralType t)
           
 

Uses of EdmStructuralType in org.odata4j.producer.edm
 

Methods in org.odata4j.producer.edm with parameters of type EdmStructuralType
protected  void MetadataProducer.addStructuralTypeProperties(MetadataProducer.Context c, EdmStructuralType st, ExpressionEvaluator ev)
           
 

Uses of EdmStructuralType in org.odata4j.producer.inmemory
 

Methods in org.odata4j.producer.inmemory with parameters of type EdmStructuralType
protected  void InMemoryProducer.addPropertiesFromObject(Object obj, PropertyModel propertyModel, EdmStructuralType structuralType, List<OProperty<?>> properties, PropertyPathHelper pathHelper)
          Transforms a POJO into a list of OProperties based on a given EdmStructuralType.
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.
 



http://odata4j.org