Uses of Interface
com.googlecode.jpattern.orm.query.expression.IPropertyDecorator

Packages that use IPropertyDecorator
com.googlecode.jpattern.orm.query.expression   
 

Uses of IPropertyDecorator in com.googlecode.jpattern.orm.query.expression
 

Classes in com.googlecode.jpattern.orm.query.expression that implement IPropertyDecorator
 class LowerCasePropertyDecorator
           
 class NullPropertyDecorator
           
 class UpperCasePropertyDecorator
           
 

Methods in com.googlecode.jpattern.orm.query.expression that return IPropertyDecorator
protected  IPropertyDecorator AExpressionElement.getPropertyDecorator()
           
protected  IPropertyDecorator APropertiesExpressionElement.getPropertyDecorator()
           
protected  IPropertyDecorator AExpressionElement.getValueDecorator()
           
protected  IPropertyDecorator APropertiesExpressionElement.getValueDecorator()
           
 

Methods in com.googlecode.jpattern.orm.query.expression with parameters of type IPropertyDecorator
protected  void AExpressionElement.setPropertyDecorator(IPropertyDecorator propertyDecorator)
           
protected  void APropertiesExpressionElement.setPropertyDecorator(IPropertyDecorator propertyDecorator)
           
protected  void AExpressionElement.setValueDecorator(IPropertyDecorator valueDecorator)
           
protected  void APropertiesExpressionElement.setValueDecorator(IPropertyDecorator valueDecorator)
           
 



Copyright © 2011. All Rights Reserved.