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(Class<?>... types)
           
OperatorImpl(Class<?> type)
           
OperatorImpl(List<Class<?>> types)
           
 
Method Summary
 List<Class<?>> getTypes()
          Get the types related to this operator symbols
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorImpl

public OperatorImpl(Class<?> type)

OperatorImpl

public OperatorImpl(Class<?>... types)

OperatorImpl

public OperatorImpl(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:


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