com.mysema.query.types
Class Template.Element

java.lang.Object
  extended by com.mysema.query.types.Template.Element
All Implemented Interfaces:
Serializable
Enclosing class:
Template

@Immutable
public static final class Template.Element
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 Expression<?> convert(Expression<?> source)
           
 int getIndex()
           
 String getStaticText()
           
 boolean hasConverter()
           
 boolean isAsString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIndex

public int getIndex()

getStaticText

@Nullable
public String getStaticText()

isAsString

public boolean isAsString()

hasConverter

public boolean hasConverter()

convert

public Expression<?> convert(Expression<?> source)

toString

public String toString()
Overrides:
toString in class Object


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