|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.db.models.db2.luw.TableSpaceType
public final class TableSpaceType
A representation of the literals of the enumeration 'Table Space Type', and utility methods for working with them. DB2 Universal Database SQL Reference Version 8.1 (Vol.1 and 2) http://www7b.software.ibm.com/dmdd/library/techarticle/0206sqlref/0206sqlref.html
LUWPackage.getTableSpaceType()
Field Summary | |
---|---|
static int |
LARGE
The 'LARGE' literal value. |
static TableSpaceType |
LARGE_LITERAL
The 'LARGE' literal object. |
static int |
REGULAR
The 'REGULAR' literal value. |
static TableSpaceType |
REGULAR_LITERAL
The 'REGULAR' literal object. |
static int |
SYSTEM_TEMP
The 'SYSTEM TEMP' literal value. |
static TableSpaceType |
SYSTEM_TEMP_LITERAL
The 'SYSTEM TEMP' literal object. |
static int |
USER_TEMP
The 'USER TEMP' literal value. |
static TableSpaceType |
USER_TEMP_LITERAL
The 'USER TEMP' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Table Space Type' enumerators. |
Method Summary | |
---|---|
static TableSpaceType |
get(int value)
Returns the 'Table Space Type' literal with the specified integer value. |
static TableSpaceType |
get(java.lang.String literal)
Returns the 'Table Space Type' literal with the specified literal value. |
static TableSpaceType |
getByName(java.lang.String name)
Returns the 'Table Space 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 REGULAR
REGULAR_LITERAL
,
Constant Field Valuespublic static final int LARGE
LARGE_LITERAL
,
Constant Field Valuespublic static final int SYSTEM_TEMP
SYSTEM_TEMP_LITERAL
,
Constant Field Valuespublic static final int USER_TEMP
USER_TEMP_LITERAL
,
Constant Field Valuespublic static final TableSpaceType REGULAR_LITERAL
If the meaning of 'REGULAR' literal object isn't clear, there really should be more of a description here...
REGULAR
public static final TableSpaceType LARGE_LITERAL
If the meaning of 'LARGE' literal object isn't clear, there really should be more of a description here...
LARGE
public static final TableSpaceType SYSTEM_TEMP_LITERAL
If the meaning of 'SYSTEM TEMP' literal object isn't clear, there really should be more of a description here...
SYSTEM_TEMP
public static final TableSpaceType USER_TEMP_LITERAL
If the meaning of 'USER TEMP' literal object isn't clear, there really should be more of a description here...
USER_TEMP
public static final java.util.List VALUES
Method Detail |
---|
public static TableSpaceType get(java.lang.String literal)
public static TableSpaceType getByName(java.lang.String name)
public static TableSpaceType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |