|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jdo.spi.persistence.utility.ParameterInfo
public class ParameterInfo
| Constructor Summary | |
|---|---|
ParameterInfo(int index,
int type)
Constructor |
|
ParameterInfo(int index,
int type,
String associatedField)
Constructs a new ParameterInfo with the specified index, type and associatedField. |
|
| Method Summary | |
|---|---|
String |
getAssociatedField()
Returns the associated field. |
int |
getIndex()
Returns the parameter index. |
int |
getType()
Returns the parameter type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterInfo(int index,
int type)
public ParameterInfo(int index,
int type,
String associatedField)
index - type - associatedField - | Method Detail |
|---|
public int getIndex()
public int getType()
public String getAssociatedField()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||