com.mysema.query.types
Class OperatorImpl<RT>

java.lang.Object
  extended by com.mysema.query.types.OperatorImpl<RT>
All Implemented Interfaces:
Operator<RT>

@Immutable
public class OperatorImpl<RT>
extends Object
implements Operator<RT>

OperatorImpl is the default implementation of the Operator interface


Constructor Summary
OperatorImpl(String id, Class<?>... types)
           
OperatorImpl(String id, List<Class<?>> types)
           
 
Method Summary
 List<Class<?>> getTypes()
          Get the types related to this operator symbols
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperatorImpl

public OperatorImpl(String id,
                    Class<?>... types)

OperatorImpl

public OperatorImpl(String id,
                    List<Class<?>> types)
Method Detail

getTypes

public List<Class<?>> getTypes()
Description copied from interface: Operator
Get the types related to this operator symbols

Specified by:
getTypes in interface Operator<RT>
Returns:

toString

public String toString()
Overrides:
toString in class Object


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