Uses of Class
org.eclipse.datatools.modelbase.sql.query.SuperGroupType

Packages that use SuperGroupType
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.impl   
 

Uses of SuperGroupType in org.eclipse.datatools.modelbase.sql.query
 

Fields in org.eclipse.datatools.modelbase.sql.query declared as SuperGroupType
static SuperGroupType SuperGroupType.CUBE_LITERAL
          The 'CUBE' literal object.
static SuperGroupType SuperGroupType.GRANDTOTAL_LITERAL
          The 'GRANDTOTAL' literal object.
static SuperGroupType SuperGroupType.ROLLUP_LITERAL
          The 'ROLLUP' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.query that return SuperGroupType
static SuperGroupType SuperGroupType.get(java.lang.String literal)
          Returns the 'Super Group Type' literal with the specified literal value.
static SuperGroupType SuperGroupType.getByName(java.lang.String name)
          Returns the 'Super Group Type' literal with the specified name.
static SuperGroupType SuperGroupType.get(int value)
          Returns the 'Super Group Type' literal with the specified integer value.
 SuperGroupType SuperGroup.getSuperGroupType()
          Returns the value of the 'Super Group Type' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type SuperGroupType
 void SuperGroup.setSuperGroupType(SuperGroupType value)
          Sets the value of the 'Super Group Type' attribute.
 

Uses of SuperGroupType in org.eclipse.datatools.modelbase.sql.query.impl
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return SuperGroupType
 SuperGroupType SuperGroupImpl.getSuperGroupType()
           
 SuperGroupType SQLQueryModelFactoryImpl.createSuperGroupTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type SuperGroupType
 void SuperGroupImpl.setSuperGroupType(SuperGroupType newSuperGroupType)
           
 



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.