|
||||||||||
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 FormField Summary | |
---|---|
static int |
IN
The 'In' literal value. |
static JDBCParameterType |
IN_LITERAL
The 'In' literal object. |
static int |
IN_OUT
The 'In Out' literal value. |
static JDBCParameterType |
IN_OUT_LITERAL
The 'In Out' literal object. |
static int |
OUT
The 'Out' literal value. |
static JDBCParameterType |
OUT_LITERAL
The 'Out' literal object. |
static int |
RESULT
The 'Result' literal value. |
static JDBCParameterType |
RESULT_LITERAL
The 'Result' literal object. |
static int |
RETURN
The 'Return' literal value. |
static JDBCParameterType |
RETURN_LITERAL
The 'Return' literal object. |
static int |
UNKNOWN
The 'Unknown' literal value. |
static JDBCParameterType |
UNKNOWN_LITERAL
The 'Unknown' literal object. |
static java.util.List |
VALUES
A 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
UNKNOWN
public static final JDBCParameterType IN_LITERAL
IN
public static final JDBCParameterType IN_OUT_LITERAL
IN_OUT
public static final JDBCParameterType RESULT_LITERAL
RESULT
public static final JDBCParameterType OUT_LITERAL
OUT
public static final JDBCParameterType RETURN_LITERAL
RETURN
public 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 |