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

Type Parameters:
T - related expression type
All Superinterfaces:
Serializable
All Known Implementing Classes:
OperatorImpl, PathType

public interface Operator<T>
extends Serializable

Operator represents operator symbols

Author:
tiwe

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

Method Detail

getId

String getId()
Get the unique id for this Operator

Returns:

getTypes

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

Returns:


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