Class RhinoParamValue
java.lang.Object
pl.decerto.hyperon.runtime.rhino.value.RhinoParamValue
- Direct Known Subclasses:
RhinoEmptyValue
- Author:
- przemek hertel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Tget()<T> Tget(int colNo) <T> Tget(int rowNo, int colNo) <T> T<T> T<T> T<T> T<T> T<T> TgetBigDecimal(int position) getBigDecimal(String name) booleanbooleangetBoolean(int position) booleangetBoolean(String name) getDate()getDate(int position) getDecimal(int position) getDecimal(String name) getHolder(int colNo) getHolder(int rowNo, int colNo) getInteger(int position) getInteger(String name) getLong()getLong(int position) doubledoublegetNumber(int position) doublegetString(int position) booleanisBlank()booleanisEmpty()iterator()row()row(int rowNo) rows()intsize()toString()unwrap()
-
Constructor Details
-
RhinoParamValue
-
RhinoParamValue
public RhinoParamValue()
-
-
Method Details
-
row
-
row
-
rows
-
iterator
-
get
public <T> T get(int rowNo, int colNo) -
get
-
get
-
get
-
get
public <T> T get(int colNo) -
get
-
get
-
get
public <T> T get() -
get
-
getHolder
-
getHolder
-
getHolder
-
getHolder
-
getHolder
-
getNumber
-
getNumber
public double getNumber(int position) -
getNumber
public double getNumber() -
getDecimal
-
getDecimal
-
getDecimal
-
getBigDecimal
-
getBigDecimal
-
getBigDecimal
-
getInteger
-
getInteger
-
getInteger
-
getLong
-
getLong
-
getLong
-
getDate
-
getDate
-
getDate
-
getString
-
getString
-
getString
-
getBoolean
-
getBoolean
public boolean getBoolean(int position) -
getBoolean
public boolean getBoolean() -
size
public int size() -
unwrap
-
isEmpty
public boolean isEmpty() -
isBlank
public boolean isBlank() -
toString
-