|
||||||||||
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.MaintenanceType
public final class MaintenanceType
A representation of the literals of the enumeration 'Maintenance Type', and utility methods for working with them.
LUWPackage.getMaintenanceType()
Field Summary | |
---|---|
static int |
SYSTEM
The 'SYSTEM' literal value. |
static MaintenanceType |
SYSTEM_LITERAL
The 'SYSTEM' literal object. |
static int |
USER
The 'USER' literal value. |
static MaintenanceType |
USER_LITERAL
The 'USER' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Maintenance Type' enumerators. |
Method Summary | |
---|---|
static MaintenanceType |
get(int value)
Returns the 'Maintenance Type' literal with the specified integer value. |
static MaintenanceType |
get(java.lang.String literal)
Returns the 'Maintenance Type' literal with the specified literal value. |
static MaintenanceType |
getByName(java.lang.String name)
Returns the 'Maintenance 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
SYSTEM_LITERAL
,
Constant Field Valuespublic static final int USER
USER_LITERAL
,
Constant Field Valuespublic static final MaintenanceType SYSTEM_LITERAL
If the meaning of 'SYSTEM' literal object isn't clear, there really should be more of a description here...
SYSTEM
public static final MaintenanceType USER_LITERAL
If the meaning of 'USER' literal object isn't clear, there really should be more of a description here...
USER
public static final java.util.List VALUES
Method Detail |
---|
public static MaintenanceType get(java.lang.String literal)
public static MaintenanceType getByName(java.lang.String name)
public static MaintenanceType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |