(Omit source code)
Constructor.paramindex parameter indexparamenumType type of this parameterparamlocalField the localField to which this parameter is bound. super(new Integer(index), localField); this.enumType = enumType;
super(new Integer(index), localField); this.enumType = enumType;
return (Integer) getValue();
Get type of this parameter. return enumType;
return enumType;