Class DataSetBuilderRowValue
java.lang.Object
com.github.mjeanroy.dbunit.core.dataset.DataSetBuilderRowValue
Immutable value object representing a single column name and its value.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGetBigDecimalvalue.GetBigIntegervalue.GetBooleanvalue.Returns the column name.getDate()GetDatevalue.GetDoublevalue.getFloat()GetFloatvalue.GetIntegervalue.GetLocalDatevalue.GetLocalDateTimevalue.getLong()GetLongvalue.GetOffsetDateTimevalue.getShort()GetShortvalue.GetStringvalue.getUUID()GetUUIDvalue.getValue()Returns the stored value for this column.GetZonedDateTimevalue.inthashCode()toString()
-
Method Details
-
getColumnName
-
getValue
-
getShort
GetShortvalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asShort.
-
getInteger
GetIntegervalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asInteger.
-
getLong
GetLongvalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asLong.
-
getFloat
GetFloatvalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asFloat.
-
getDouble
GetDoublevalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asDouble.
-
getBoolean
GetBooleanvalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asBoolean.
-
getString
GetStringvalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asString.
-
getBigInteger
GetBigIntegervalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asBigInteger.
-
getBigDecimal
GetBigDecimalvalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asBigDecimal.
-
getDate
GetDatevalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asDate.
-
getOffsetDateTime
GetOffsetDateTimevalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asDate.
-
getLocalDateTime
GetLocalDateTimevalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asDate.
-
getZonedDateTime
GetZonedDateTimevalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asDate.
-
getLocalDate
GetLocalDatevalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asDate.
-
getUUID
GetUUIDvalue.- Returns:
- Value (may be
null). - Throws:
UnsupportedOperationException- If current value cannot be casted asUUID.
-
equals
-
hashCode
-
toString
-