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

Type Parameters:
T - constant type
All Superinterfaces:
Expression<T>, Serializable
All Known Implementing Classes:
ConstantImpl

public interface Constant<T>
extends Expression<T>

Constant represents a general constant expression.

Author:
tiwe

Method Summary
 T getConstant()
          Get the constant
 
Methods inherited from interface com.mysema.query.types.Expression
accept, getType
 

Method Detail

getConstant

T getConstant()
Get the constant

Returns:


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