|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.ParameterFieldType
This class contains constants for the parameter field type and methods for using these constants.
Field Summary | |
static int |
_connectionParameter
Specifies parameter field type as a connection parameter. |
static int |
_queryParameter
Specifies parameter field type as a query parameter. |
static int |
_reportParameter
Specifies parameter field type as a report parameter. |
static int |
_storedProcedureParameter
Specifies parameter field type as a stored procedure parameter. |
static ParameterFieldType |
connectionParameter
Specifies parameter field type as a connection parameter. |
static ParameterFieldType |
queryParameter
Specifies parameter field type as a query parameter. |
static ParameterFieldType |
reportParameter
Specifies parameter field type as a report parameter. |
static ParameterFieldType |
storedProcedureParameter
Specifies parameter field type as a stored procedure parameter. |
Method Summary | |
static ParameterFieldType |
from_int(int i)
Returns the ParameterFieldType object corresponding to the specified int .
|
static ParameterFieldType |
from_string(java.lang.String sVal)
Returns the ParameterFieldType object corresponding to the specified String .
|
java.lang.String |
toString()
Returns the String value of this ParameterFieldType object.
|
int |
value()
Returns the int value of this ParameterFieldType object.
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int _reportParameter
Specifies parameter field type as a report parameter.
public static final int _storedProcedureParameter
Specifies parameter field type as a stored procedure parameter.
public static final int _queryParameter
Specifies parameter field type as a query parameter.
public static final int _connectionParameter
Specifies parameter field type as a connection parameter.
public static final ParameterFieldType reportParameter
Specifies parameter field type as a report parameter.
public static final ParameterFieldType storedProcedureParameter
Specifies parameter field type as a stored procedure parameter.
public static final ParameterFieldType queryParameter
Specifies parameter field type as a query parameter.
public static final ParameterFieldType connectionParameter
Specifies parameter field type as a connection parameter.
Method Detail |
public static final ParameterFieldType from_int(int i)
Returns the ParameterFieldType
object corresponding to the specified int
.
i
- The int
value of the desired FieldValueType
.
ParameterFieldType
object corresponding to the specified int
.public static final ParameterFieldType from_string(java.lang.String sVal)
Returns the ParameterFieldType
object corresponding to the specified String
.
sVal
- The String
value of the desired ParameterFieldType
.
ParameterFieldType
object corresponding to the specified String
.public java.lang.String toString()
Returns the String
value of this ParameterFieldType
object.
String
value of this ParameterFieldType
object.public int value()
Returns the int
value of this ParameterFieldType
object.
int
value of this ParameterFieldType
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |