|
||||||||||
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.ManagementType
public final class ManagementType
A representation of the literals of the enumeration 'Management 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.getManagementType()
Field Summary | |
---|---|
static int |
AUTOMATIC_STORAGE
The 'AUTOMATIC STORAGE' literal value. |
static ManagementType |
AUTOMATIC_STORAGE_LITERAL
The 'AUTOMATIC STORAGE' literal object. |
static int |
DATABASE_MANAGED
The 'DATABASE MANAGED' literal value. |
static ManagementType |
DATABASE_MANAGED_LITERAL
The 'DATABASE MANAGED' literal object. |
static int |
SYSTEM_MANAGED
The 'SYSTEM MANAGED' literal value. |
static ManagementType |
SYSTEM_MANAGED_LITERAL
The 'SYSTEM MANAGED' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Management Type' enumerators. |
Method Summary | |
---|---|
static ManagementType |
get(int value)
Returns the 'Management Type' literal with the specified integer value. |
static ManagementType |
get(java.lang.String literal)
Returns the 'Management Type' literal with the specified literal value. |
static ManagementType |
getByName(java.lang.String name)
Returns the 'Management 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 SYSTEM_MANAGED
SYSTEM_MANAGED_LITERAL
,
Constant Field Valuespublic static final int DATABASE_MANAGED
DATABASE_MANAGED_LITERAL
,
Constant Field Valuespublic static final int AUTOMATIC_STORAGE
AUTOMATIC_STORAGE_LITERAL
,
Constant Field Valuespublic static final ManagementType SYSTEM_MANAGED_LITERAL
If the meaning of 'SYSTEM MANAGED' literal object isn't clear, there really should be more of a description here...
SYSTEM_MANAGED
public static final ManagementType DATABASE_MANAGED_LITERAL
If the meaning of 'DATABASE MANAGED' literal object isn't clear, there really should be more of a description here...
DATABASE_MANAGED
public static final ManagementType AUTOMATIC_STORAGE_LITERAL
If the meaning of 'AUTOMATIC STORAGE' literal object isn't clear, there really should be more of a description here...
AUTOMATIC_STORAGE
public static final java.util.List VALUES
Method Detail |
---|
public static ManagementType get(java.lang.String literal)
public static ManagementType getByName(java.lang.String name)
public static ManagementType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |