com.mysema.query.types.custom
Interface Custom<T>

All Known Implementing Classes:
CBoolean, CComparable, CDate, CDateTime, CNumber, CSimple, CString, CTime

public interface Custom<T>

Custom provides base types for custom expresions with integrated serialization templates

Version:
$Id$
Author:
tiwe

Method Summary
 Expr<?> getArg(int index)
          Get the argument with the given index
 List<Expr<?>> getArgs()
          Get the arguments of the custom expression
 Template getTemplate()
          Get the serialization template for this custom expression
 

Method Detail

getArg

Expr<?> getArg(int index)
Get the argument with the given index

Parameters:
index -
Returns:

getArgs

List<Expr<?>> getArgs()
Get the arguments of the custom expression

Returns:

getTemplate

Template getTemplate()
Get the serialization template for this custom expression

Returns:


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