| 
 | ||||||||||
| 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 Form| Field Summary | |
|---|---|
| static int | RESULTThe 'RESULT' literal value. | 
| static ParameterType | RESULT_LITERALThe 'RESULT' literal object. | 
| static int | RETURNThe 'RETURN' literal value. | 
| static ParameterType | RETURN_LITERALThe 'RETURN' literal object. | 
| static int | SQLCODEThe 'SQLCODE' literal value. | 
| static ParameterType | SQLCODE_LITERALThe 'SQLCODE' literal object. | 
| static int | SQLSTATEThe 'SQLSTATE' literal value. | 
| static ParameterType | SQLSTATE_LITERALThe 'SQLSTATE' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Parameter Type' enumerators. | 
| static int | VARIABLEThe 'VARIABLE' literal value. | 
| static ParameterType | VARIABLE_LITERALThe '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
VARIABLEpublic static final ParameterType RESULT_LITERAL
RESULTpublic static final ParameterType SQLSTATE_LITERAL
SQLSTATEpublic static final ParameterType SQLCODE_LITERAL
SQLCODEpublic static final ParameterType RETURN_LITERAL
RETURNpublic 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 | |||||||||