| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.datatools.modelbase.sql.query.SuperGroupType
public final class SuperGroupType
A representation of the literals of the enumeration 'SQL Super Group Type', and utility methods for working with them.
SQLQueryModelPackage.getSuperGroupType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | CUBEThe 'CUBE' literal value. | 
| static SuperGroupType | CUBE_LITERALThe 'CUBE' literal object. | 
| static int | GRANDTOTALThe 'GRANDTOTAL' literal value. | 
| static SuperGroupType | GRANDTOTAL_LITERALThe 'GRANDTOTAL' literal object. | 
| static int | ROLLUPThe 'ROLLUP' literal value. | 
| static SuperGroupType | ROLLUP_LITERALThe 'ROLLUP' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Super Group Type' enumerators. | 
| Method Summary | |
|---|---|
| static SuperGroupType | get(int value)Returns the 'Super Group Type' literal with the specified integer value. | 
| static SuperGroupType | get(java.lang.String literal)Returns the 'Super Group Type' literal with the specified literal value. | 
| static SuperGroupType | getByName(java.lang.String name)Returns the 'Super Group Type' literal with the specified name. | 
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator | 
|---|
| getLiteral, getName, getValue, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final int CUBE
CUBE_LITERAL, 
Constant Field Valuespublic static final int GRANDTOTAL
GRANDTOTAL_LITERAL, 
Constant Field Valuespublic static final int ROLLUP
ROLLUP_LITERAL, 
Constant Field Valuespublic static final SuperGroupType CUBE_LITERAL
If the meaning of 'CUBE' literal object isn't clear, there really should be more of a description here...
CUBEpublic static final SuperGroupType GRANDTOTAL_LITERAL
If the meaning of 'GRANDTOTAL' literal object isn't clear, there really should be more of a description here...
GRANDTOTALpublic static final SuperGroupType ROLLUP_LITERAL
If the meaning of 'ROLLUP' literal object isn't clear, there really should be more of a description here...
ROLLUPpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static SuperGroupType get(java.lang.String literal)
public static SuperGroupType getByName(java.lang.String name)
public static SuperGroupType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||