com.sun.jdo.spi.persistence.utility
Class ParameterInfo

java.lang.Object
  extended by com.sun.jdo.spi.persistence.utility.ParameterInfo

public class ParameterInfo
extends Object


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

ParameterInfo

public ParameterInfo(int index,
                     int type)
Constructor


ParameterInfo

public ParameterInfo(int index,
                     int type,
                     String associatedField)
Constructs a new ParameterInfo with the specified index, type and associatedField.

Parameters:
index -
type -
associatedField -
Method Detail

getIndex

public int getIndex()
Returns the parameter index.


getType

public int getType()
Returns the parameter type. See FieldTypeEnumeration for possible values.


getAssociatedField

public String getAssociatedField()
Returns the associated field.



Copyright © 2012 GlassFish Community. All Rights Reserved.