|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alachisoft.ncache.runtime.dependencies.OracleCmdParams
public class OracleCmdParams
Holds the type and value of the parameters passed to the command instance.
Constructor Summary | |
---|---|
OracleCmdParams()
|
Method Summary | |
---|---|
OracleParameterDirection |
getDirection()
The direction of the passed parameters (in/out). |
OracleCmdParamsType |
getType()
The type of the command parameter. |
java.lang.Object |
getValue()
The value of the command parameter. |
void |
setDirection(OracleParameterDirection direction)
The direction of the passed parameters (in/out). |
void |
setType(OracleCmdParamsType type)
The type of the command parameter. |
void |
setValue(java.lang.Object value)
The value of the command parameter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OracleCmdParams()
Method Detail |
---|
public OracleParameterDirection getDirection()
public OracleCmdParamsType getType()
public java.lang.Object getValue()
public void setDirection(OracleParameterDirection direction)
direction
- public void setType(OracleCmdParamsType type)
type
- public void setValue(java.lang.Object value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |