Class Param


  • public class Param
    extends Object
    Represents the parameter from Queryable.
    Since:
    0.6.0
    Author:
    Alisson Gomes
    • Method Detail

      • getValue

        public Object getValue()
      • getValueAs

        public Object getValueAs()
        get the value converted when there is one, otherwise the original value.
        Returns:
        a converted value or original value.
      • getIndex

        public int getIndex()
      • getName

        public String getName()
      • setIndex

        public void setIndex​(int index)
      • asArray

        public Param[] asArray()
      • isArray

        public boolean isArray()
      • isCollection

        public boolean isCollection()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object