org.sql.generation.api.grammar.query
Class GroupingElement.GrandTotal
java.lang.Object
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 Object
- implements GroupingElement
This syntax element represents the grand total grouping element. It is open parenthesis followed by close
parenthesis.
- Author:
- Stanislav Muhametsin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final GroupingElement.GrandTotal INSTANCE
- The singleton instance of
GroupingElement.GrandTotal.
getImplementedType
public Class<? extends GroupingElement> getImplementedType()
- Returns
GroupingElement.GrandTotal
- Specified by:
getImplementedType in interface org.atp.api.Typeable<GroupingElement>
Copyright © 2010-2011. All Rights Reserved.