|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.spy.db.DBSP.NamedObject
net.spy.db.DBSP.Parameter
Parameters for DBSPs.
| Field Summary | |
static int |
OPTIONAL
Parameter type indicating this is an optional parameter. |
static int |
OUTPUT
Parameter type indicating this is an output parameter. |
static int |
REQUIRED
Parameter type indicating this is a required parameter. |
| Constructor Summary | |
DBSP.Parameter(int paramType,
int javaType,
String name)
Construct a new Parameter. |
|
| Method Summary | |
int |
getJavaType()
Get the Types type of this parameter. |
int |
getParamType()
Get the type of this parameter. |
String |
toString()
String me. |
| Methods inherited from class net.spy.db.DBSP.NamedObject |
equals, getName, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int REQUIRED
public static final int OPTIONAL
public static final int OUTPUT
| Constructor Detail |
public DBSP.Parameter(int paramType,
int javaType,
String name)
paramType - the parameter type (REQUIRED, etc...)javaType - the Types typename - name of the parametr| Method Detail |
public int getParamType()
public int getJavaType()
Types type of this parameter.
public String toString()
DBSP.NamedObject
toString in class DBSP.NamedObject
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||