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

Type Parameters:
D -
All Superinterfaces:
Expression<D>, Serializable
All Known Implementing Classes:
ConstantImpl

public interface Constant<D>
extends Expression<D>

Constant represents a general constant expression.

Author:
tiwe

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

Method Detail

getConstant

D getConstant()
Get the constant

Returns:


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