| 
 | ||||||||||
| 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.models.sybasesqlmodel.JDBCParameterType
public final class JDBCParameterType
A representation of the literals of the enumeration 'JDBC Parameter Type', and utility methods for working with them. This class maps to JDBC DatabaseMetadata.procedureColumnXXX types.
SybasesqlmodelPackage.getJDBCParameterType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | INThe 'In' literal value. | 
| static JDBCParameterType | IN_LITERALThe 'In' literal object. | 
| static int | IN_OUTThe 'In Out' literal value. | 
| static JDBCParameterType | IN_OUT_LITERALThe 'In Out' literal object. | 
| static int | OUTThe 'Out' literal value. | 
| static JDBCParameterType | OUT_LITERALThe 'Out' literal object. | 
| static int | RESULTThe 'Result' literal value. | 
| static JDBCParameterType | RESULT_LITERALThe 'Result' literal object. | 
| static int | RETURNThe 'Return' literal value. | 
| static JDBCParameterType | RETURN_LITERALThe 'Return' literal object. | 
| static int | UNKNOWNThe 'Unknown' literal value. | 
| static JDBCParameterType | UNKNOWN_LITERALThe 'Unknown' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'JDBC Parameter Type' enumerators. | 
| Method Summary | |
|---|---|
| static JDBCParameterType | get(int value)Returns the 'JDBC Parameter Type' literal with the specified integer value. | 
| static JDBCParameterType | get(java.lang.String literal)Returns the 'JDBC Parameter Type' literal with the specified literal value. | 
| static JDBCParameterType | getByName(java.lang.String name)Returns the 'JDBC 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 UNKNOWN
If the meaning of 'Unknown' literal object isn't clear, there really should be more of a description here...
UNKNOWN_LITERAL, 
Constant Field Valuespublic static final int IN
If the meaning of 'In' literal object isn't clear, there really should be more of a description here...
IN_LITERAL, 
Constant Field Valuespublic static final int IN_OUT
If the meaning of 'In Out' literal object isn't clear, there really should be more of a description here...
IN_OUT_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 OUT
If the meaning of 'Out' literal object isn't clear, there really should be more of a description here...
OUT_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 JDBCParameterType UNKNOWN_LITERAL
UNKNOWNpublic static final JDBCParameterType IN_LITERAL
INpublic static final JDBCParameterType IN_OUT_LITERAL
IN_OUTpublic static final JDBCParameterType RESULT_LITERAL
RESULTpublic static final JDBCParameterType OUT_LITERAL
OUTpublic static final JDBCParameterType RETURN_LITERAL
RETURNpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static JDBCParameterType get(java.lang.String literal)
public static JDBCParameterType getByName(java.lang.String name)
public static JDBCParameterType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||