com.ibm.db.models.db2.luw
Class MaintenanceType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.db.models.db2.luw.MaintenanceType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class MaintenanceType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Maintenance Type', and utility methods for working with them.

See Also:
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

SYSTEM

public static final int SYSTEM
The 'SYSTEM' literal value.

See Also:
SYSTEM_LITERAL, Constant Field Values

USER

public static final int USER
The 'USER' literal value.

See Also:
USER_LITERAL, Constant Field Values

SYSTEM_LITERAL

public static final MaintenanceType SYSTEM_LITERAL
The 'SYSTEM' literal object.

If the meaning of 'SYSTEM' literal object isn't clear, there really should be more of a description here...

See Also:
SYSTEM

USER_LITERAL

public static final MaintenanceType USER_LITERAL
The 'USER' literal object.

If the meaning of 'USER' literal object isn't clear, there really should be more of a description here...

See Also:
USER

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Maintenance Type' enumerators.

Method Detail

get

public static MaintenanceType get(java.lang.String literal)
Returns the 'Maintenance Type' literal with the specified literal value.


getByName

public static MaintenanceType getByName(java.lang.String name)
Returns the 'Maintenance Type' literal with the specified name.


get

public static MaintenanceType get(int value)
Returns the 'Maintenance Type' literal with the specified integer value.