org.eclipse.wst.rdb.internal.models.dbdefinition
Class ProcedureType

java.lang.Object
  |
  +--org.eclipse.emf.common.util.AbstractEnumerator
        |
        +--org.eclipse.wst.rdb.internal.models.dbdefinition.ProcedureType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

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

See Also:
DatabaseDefinitionPackage.getProcedureType()

Field Summary
static int FUNCTION
          The 'FUNCTION' literal value.
static ProcedureType FUNCTION_LITERAL
          The 'FUNCTION' literal object.
static int PROCEDURE
          The 'PROCEDURE' literal value.
static ProcedureType PROCEDURE_LITERAL
          The 'PROCEDURE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Procedure Type' enumerators.
 
Method Summary
static ProcedureType get(int value)
          Returns the 'Procedure Type' literal with the specified value.
static ProcedureType get(java.lang.String name)
          Returns the 'Procedure Type' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROCEDURE

public static final int PROCEDURE
The 'PROCEDURE' literal value.
See Also:
PROCEDURE_LITERAL

FUNCTION

public static final int FUNCTION
The 'FUNCTION' literal value.
See Also:
FUNCTION_LITERAL

PROCEDURE_LITERAL

public static final ProcedureType PROCEDURE_LITERAL
The 'PROCEDURE' literal object.

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

See Also:
PROCEDURE

FUNCTION_LITERAL

public static final ProcedureType FUNCTION_LITERAL
The 'FUNCTION' literal object.

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

See Also:
FUNCTION

VALUES

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

get

public static ProcedureType get(java.lang.String name)
Returns the 'Procedure Type' literal with the specified name.

get

public static ProcedureType get(int value)
Returns the 'Procedure Type' literal with the specified value.