|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.dbdefinition.ProcedureType
public final class ProcedureType
A representation of the literals of the enumeration 'Procedure Type', and utility methods for working with them.
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 integer value. |
static ProcedureType |
get(java.lang.String literal)
Returns the 'Procedure Type' literal with the specified literal value. |
static ProcedureType |
getByName(java.lang.String name)
Returns the 'Procedure Type' literal with the specified name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PROCEDURE
PROCEDURE_LITERAL
,
Constant Field Valuespublic static final int FUNCTION
FUNCTION_LITERAL
,
Constant Field Valuespublic static final ProcedureType PROCEDURE_LITERAL
If the meaning of 'PROCEDURE' literal object isn't clear, there really should be more of a description here...
PROCEDURE
public static final ProcedureType FUNCTION_LITERAL
If the meaning of 'FUNCTION' literal object isn't clear, there really should be more of a description here...
FUNCTION
public static final java.util.List VALUES
Method Detail |
---|
public static ProcedureType get(java.lang.String literal)
public static ProcedureType getByName(java.lang.String name)
public static ProcedureType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |