com.ibm.db.models.db2.zSeries
Class AuditType

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

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

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

See Also:
ZSeriesPackage.getAuditType()

Field Summary
static int ALL
          The 'ALL' literal value.
static AuditType ALL_LITERAL
          The 'ALL' literal object.
static int CHANGES
          The 'CHANGES' literal value.
static AuditType CHANGES_LITERAL
          The 'CHANGES' literal object.
static int NONE
          The 'NONE' literal value.
static AuditType NONE_LITERAL
          The 'NONE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Audit Type' enumerators.
 
Method Summary
static AuditType get(int value)
          Returns the 'Audit Type' literal with the specified integer value.
static AuditType get(java.lang.String literal)
          Returns the 'Audit Type' literal with the specified literal value.
static AuditType getByName(java.lang.String name)
          Returns the 'Audit 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

NONE

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

See Also:
NONE_LITERAL, Constant Field Values

ALL

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

See Also:
ALL_LITERAL, Constant Field Values

CHANGES

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

See Also:
CHANGES_LITERAL, Constant Field Values

NONE_LITERAL

public static final AuditType NONE_LITERAL
The 'NONE' literal object.

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

See Also:
NONE

ALL_LITERAL

public static final AuditType ALL_LITERAL
The 'ALL' literal object.

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

See Also:
ALL

CHANGES_LITERAL

public static final AuditType CHANGES_LITERAL
The 'CHANGES' literal object.

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

See Also:
CHANGES

VALUES

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

Method Detail

get

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


getByName

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


get

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