Class RhinoParamValue

java.lang.Object
pl.decerto.hyperon.runtime.rhino.value.RhinoParamValue
Direct Known Subclasses:
RhinoEmptyValue

public class RhinoParamValue extends Object
Author:
przemek hertel
  • Constructor Details

    • RhinoParamValue

      public RhinoParamValue(ParamValue value)
    • RhinoParamValue

      public RhinoParamValue()
  • Method Details

    • row

      public RhinoMultiValue row(int rowNo)
    • row

      public RhinoMultiValue row()
    • rows

      public List<RhinoMultiValue> rows()
    • iterator

      public Iterator<RhinoMultiValue> iterator()
    • get

      public <T> T get(int rowNo, int colNo)
    • get

      public <T> T get(int rowNo, int colNo, Class<T> clazz)
    • get

      public <T> T get(int rowNo, String name)
    • get

      public <T> T get(int rowNo, String name, Class<T> clazz)
    • get

      public <T> T get(int colNo)
    • get

      public <T> T get(int colNo, Class<T> clazz)
    • get

      public <T> T get(String name)
    • get

      public <T> T get()
    • get

      public <T> T get(String name, Class<T> clazz)
    • getHolder

      public ValueHolder getHolder(String name)
    • getHolder

      public ValueHolder getHolder(int colNo)
    • getHolder

      public ValueHolder getHolder(int rowNo, String name)
    • getHolder

      public ValueHolder getHolder(int rowNo, int colNo)
    • getHolder

      public ValueHolder getHolder()
    • getNumber

      public double getNumber(String name)
    • getNumber

      public double getNumber(int position)
    • getNumber

      public double getNumber()
    • getDecimal

      public BigDecimal getDecimal(String name)
    • getDecimal

      public BigDecimal getDecimal(int position)
    • getDecimal

      public BigDecimal getDecimal()
    • getBigDecimal

      public BigDecimal getBigDecimal(String name)
    • getBigDecimal

      public BigDecimal getBigDecimal(int position)
    • getBigDecimal

      public BigDecimal getBigDecimal()
    • getInteger

      public Integer getInteger(String name)
    • getInteger

      public Integer getInteger(int position)
    • getInteger

      public Integer getInteger()
    • getLong

      public Long getLong(String name)
    • getLong

      public Long getLong(int position)
    • getLong

      public Long getLong()
    • getDate

      public Date getDate(String name)
    • getDate

      public Date getDate(int position)
    • getDate

      public Date getDate()
    • getString

      public String getString(String name)
    • getString

      public String getString(int position)
    • getString

      public String getString()
    • getBoolean

      public boolean getBoolean(String name)
    • getBoolean

      public boolean getBoolean(int position)
    • getBoolean

      public boolean getBoolean()
    • size

      public int size()
    • unwrap

      public ParamValue unwrap()
    • isEmpty

      public boolean isEmpty()
    • isBlank

      public boolean isBlank()
    • toString

      public String toString()
      Overrides:
      toString in class Object