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

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

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(int value)
          Returns the 'Super Group Type' literal with the specified integer value.
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.
 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.