|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.ParameterType
public final class ParameterType
A representation of the literals of the enumeration 'Parameter Type', and utility methods for working with them.
SybaseasabasesqlmodelPackage.getParameterType()
,
Serialized FormField Summary | |
---|---|
static int |
RESULT
The 'RESULT' literal value. |
static ParameterType |
RESULT_LITERAL
The 'RESULT' literal object. |
static int |
RETURN
The 'RETURN' literal value. |
static ParameterType |
RETURN_LITERAL
The 'RETURN' literal object. |
static int |
SQLCODE
The 'SQLCODE' literal value. |
static ParameterType |
SQLCODE_LITERAL
The 'SQLCODE' literal object. |
static int |
SQLSTATE
The 'SQLSTATE' literal value. |
static ParameterType |
SQLSTATE_LITERAL
The 'SQLSTATE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Parameter Type' enumerators. |
static int |
VARIABLE
The 'VARIABLE' literal value. |
static ParameterType |
VARIABLE_LITERAL
The 'VARIABLE' literal object. |
Method Summary | |
---|---|
static ParameterType |
get(int value)
Returns the 'Parameter Type' literal with the specified integer value. |
static ParameterType |
get(java.lang.String literal)
Returns the 'Parameter Type' literal with the specified literal value. |
static ParameterType |
getByName(java.lang.String name)
Returns the 'Parameter 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 VARIABLE
If the meaning of 'VARIABLE' literal object isn't clear, there really should be more of a description here...
VARIABLE_LITERAL
,
Constant Field Valuespublic static final int RESULT
If the meaning of 'RESULT' literal object isn't clear, there really should be more of a description here...
RESULT_LITERAL
,
Constant Field Valuespublic static final int SQLSTATE
If the meaning of 'SQLSTATE' literal object isn't clear, there really should be more of a description here...
SQLSTATE_LITERAL
,
Constant Field Valuespublic static final int SQLCODE
If the meaning of 'SQLCODE' literal object isn't clear, there really should be more of a description here...
SQLCODE_LITERAL
,
Constant Field Valuespublic static final int RETURN
If the meaning of 'RETURN' literal object isn't clear, there really should be more of a description here...
RETURN_LITERAL
,
Constant Field Valuespublic static final ParameterType VARIABLE_LITERAL
VARIABLE
public static final ParameterType RESULT_LITERAL
RESULT
public static final ParameterType SQLSTATE_LITERAL
SQLSTATE
public static final ParameterType SQLCODE_LITERAL
SQLCODE
public static final ParameterType RETURN_LITERAL
RETURN
public static final java.util.List VALUES
Method Detail |
---|
public static ParameterType get(java.lang.String literal)
public static ParameterType getByName(java.lang.String name)
public static ParameterType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |