Uses of Interface
org.odata4j.expression.EntitySimpleProperty

Packages that use EntitySimpleProperty
org.odata4j.expression   
org.odata4j.producer The odata4j server-side (producer-side) API. 
org.odata4j.producer.resources   
 

Uses of EntitySimpleProperty in org.odata4j.expression
 

Methods in org.odata4j.expression that return EntitySimpleProperty
static EntitySimpleProperty Expression.simpleProperty(String propertyName)
           
 

Methods in org.odata4j.expression that return types with arguments of type EntitySimpleProperty
static List<EntitySimpleProperty> ExpressionParser.parseExpand(String value)
           
 

Methods in org.odata4j.expression with parameters of type EntitySimpleProperty
 void PrintExpressionVisitor.visit(EntitySimpleProperty expr)
           
 void FilterExpressionVisitor.visit(EntitySimpleProperty expr)
           
 void ExpressionVisitor.visit(EntitySimpleProperty expr)
           
 

Uses of EntitySimpleProperty in org.odata4j.producer
 

Fields in org.odata4j.producer with type parameters of type EntitySimpleProperty
 List<EntitySimpleProperty> QueryInfo.expand
          Expand expressions, if present.
 List<EntitySimpleProperty> QueryInfo.select
          Selection clauses, if present.
 

Constructor parameters in org.odata4j.producer with type arguments of type EntitySimpleProperty
QueryInfo(InlineCount inlineCount, Integer top, Integer skip, BoolCommonExpression filter, List<OrderByExpression> orderBy, String skipToken, Map<String,String> customOptions, List<EntitySimpleProperty> expand, List<EntitySimpleProperty> select)
          Creates a new QueryInfo instance.
QueryInfo(InlineCount inlineCount, Integer top, Integer skip, BoolCommonExpression filter, List<OrderByExpression> orderBy, String skipToken, Map<String,String> customOptions, List<EntitySimpleProperty> expand, List<EntitySimpleProperty> select)
          Creates a new QueryInfo instance.
 

Uses of EntitySimpleProperty in org.odata4j.producer.resources
 

Methods in org.odata4j.producer.resources that return types with arguments of type EntitySimpleProperty
static List<EntitySimpleProperty> OptionsQueryParser.parseExpand(String expand)
           
static List<EntitySimpleProperty> OptionsQueryParser.parseSelect(String select)
           
 



http://odata4j.org