ajax.expression
Class Output

java.lang.Object
  |
  +--ajax.expression.Output

public class Output
extends java.lang.Object


Constructor Summary
Output(ProjectionTerm projection, boolean distinct, java.util.List key, java.util.List constraints, java.lang.String name)
           
 
Method Summary
 java.util.LinkedList getConstraints()
           
 boolean getDistinct()
           
 java.util.LinkedList getKey()
           
 java.lang.String getOutputName()
           
 ProjectionTerm getProjectionTerm()
           
 java.lang.String toString()
          Convert to human read-able object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Output

public Output(ProjectionTerm projection,
              boolean distinct,
              java.util.List key,
              java.util.List constraints,
              java.lang.String name)
Method Detail

getProjectionTerm

public ProjectionTerm getProjectionTerm()

getKey

public java.util.LinkedList getKey()

getConstraints

public java.util.LinkedList getConstraints()

getOutputName

public java.lang.String getOutputName()

getDistinct

public boolean getDistinct()

toString

public java.lang.String toString()
Convert to human read-able object.
Overrides:
toString in class java.lang.Object
Returns:
a string representing the table.