|
||||||||||
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.LUWContainerType
public final class LUWContainerType
A representation of the literals of the enumeration 'Container 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.getLUWContainerType()
Field Summary | |
---|---|
static int |
DEVICE
The 'DEVICE' literal value. |
static LUWContainerType |
DEVICE_LITERAL
The 'DEVICE' literal object. |
static int |
DIRECTORY
The 'DIRECTORY' literal value. |
static LUWContainerType |
DIRECTORY_LITERAL
The 'DIRECTORY' literal object. |
static int |
FILE
The 'FILE' literal value. |
static LUWContainerType |
FILE_LITERAL
The 'FILE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Container Type' enumerators. |
Method Summary | |
---|---|
static LUWContainerType |
get(int value)
Returns the 'Container Type' literal with the specified integer value. |
static LUWContainerType |
get(java.lang.String literal)
Returns the 'Container Type' literal with the specified literal value. |
static LUWContainerType |
getByName(java.lang.String name)
Returns the 'Container 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 DEVICE
DEVICE_LITERAL
,
Constant Field Valuespublic static final int DIRECTORY
DIRECTORY_LITERAL
,
Constant Field Valuespublic static final int FILE
FILE_LITERAL
,
Constant Field Valuespublic static final LUWContainerType DEVICE_LITERAL
If the meaning of 'DEVICE' literal object isn't clear, there really should be more of a description here...
DEVICE
public static final LUWContainerType DIRECTORY_LITERAL
If the meaning of 'DIRECTORY' literal object isn't clear, there really should be more of a description here...
DIRECTORY
public static final LUWContainerType FILE_LITERAL
If the meaning of 'FILE' literal object isn't clear, there really should be more of a description here...
FILE
public static final java.util.List VALUES
Method Detail |
---|
public static LUWContainerType get(java.lang.String literal)
public static LUWContainerType getByName(java.lang.String name)
public static LUWContainerType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |