org.sql.generation.api.grammar.query
Class GroupingElement.GrandTotal

java.lang.Object
  extended by org.sql.generation.api.grammar.query.GroupingElement.GrandTotal
All Implemented Interfaces:
org.atp.api.Typeable<GroupingElement>, GroupingElement
Enclosing interface:
GroupingElement

public static final class GroupingElement.GrandTotal
extends java.lang.Object
implements GroupingElement

This syntax element represents the grand total grouping element. It is open parenthesis followed by close parenthesis.

Author:
Stanislav Muhametsin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.query.GroupingElement
GroupingElement.GrandTotal
 
Field Summary
static GroupingElement.GrandTotal INSTANCE
          The singleton instance of GroupingElement.GrandTotal.
 
Method Summary
 java.lang.Class<? extends GroupingElement> getImplementedType()
          Returns GroupingElement.GrandTotal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final GroupingElement.GrandTotal INSTANCE
The singleton instance of GroupingElement.GrandTotal.

Method Detail

getImplementedType

public java.lang.Class<? extends GroupingElement> getImplementedType()
Returns GroupingElement.GrandTotal

Specified by:
getImplementedType in interface org.atp.api.Typeable<GroupingElement>


Copyright © 2010. All Rights Reserved.