com.mysema.query.types.operation
Interface Operator<RT>

Type Parameters:
RT -
All Known Implementing Classes:
OperatorImpl, PathType

public interface Operator<RT>

Operator represents operator symbols

Author:
tiwe

Method Summary
 List<Class<?>> getTypes()
          Get the types related to this operator symbols
 

Method Detail

getTypes

List<Class<?>> getTypes()
Get the types related to this operator symbols

Returns:


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