Class ParameterInfo
java.lang.Object
com.sun.jdo.spi.persistence.utility.ParameterInfo
-
Constructor Summary
ConstructorsConstructorDescriptionParameterInfo(int index, int type) ConstructorParameterInfo(int index, int type, String associatedField) Constructs a new ParameterInfo with the specified index, type and associatedField. -
Method Summary
-
Constructor Details
-
ParameterInfo
public ParameterInfo(int index, int type) Constructor -
ParameterInfo
Constructs a new ParameterInfo with the specified index, type and associatedField.- Parameters:
index-type-associatedField-
-
-
Method Details
-
getIndex
public int getIndex()Returns the parameter index. -
getType
public int getType()Returns the parameter type. See FieldTypeEnumeration for possible values. -
getAssociatedField
Returns the associated field.
-