com.mysema.query.types
Interface ParametrizedExpression<T>

Type Parameters:
T - expression type
All Superinterfaces:
Expression<T>, Serializable
All Known Subinterfaces:
CollectionExpression<T,E>, ListExpression<E,Q>, MapExpression<K,V>
All Known Implementing Classes:
CollectionExpressionBase, CollectionPath, CollectionPathBase, ListPath, ListSubQuery, MapExpressionBase, MapPath, SetPath

public interface ParametrizedExpression<T>
extends Expression<T>

Author:
tiwe

Method Summary
 Class<?> getParameter(int index)
           
 
Methods inherited from interface com.mysema.query.types.Expression
accept, getType
 

Method Detail

getParameter

Class<?> getParameter(int index)
Parameters:
index -
Returns:


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.