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

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

public interface Operator<RT>
extends Serializable

Operator represents operator symbols

Author:
tiwe

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

Method Detail

getId

String getId()
Returns:

getTypes

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

Returns:


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