|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
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()
Field Summary | |
---|---|
static int |
CUBE
The 'CUBE' literal value. |
static SuperGroupType |
CUBE_LITERAL
The 'CUBE' literal object. |
static int |
GRANDTOTAL
The 'GRANDTOTAL' literal value. |
static SuperGroupType |
GRANDTOTAL_LITERAL
The 'GRANDTOTAL' literal object. |
static int |
ROLLUP
The 'ROLLUP' literal value. |
static SuperGroupType |
ROLLUP_LITERAL
The 'ROLLUP' literal object. |
static java.util.List |
VALUES
A 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 java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, 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...
CUBE
public static final SuperGroupType GRANDTOTAL_LITERAL
If the meaning of 'GRANDTOTAL' literal object isn't clear, there really should be more of a description here...
GRANDTOTAL
public static final SuperGroupType ROLLUP_LITERAL
If the meaning of 'ROLLUP' literal object isn't clear, there really should be more of a description here...
ROLLUP
public 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 |