LocationPosMultiColumnExposedDelegateNullable

class LocationPosMultiColumnExposedDelegateNullable(val xColumn: Column<Double?>, val yColumn: Column<Double?>, val zColumn: Column<Double?>, val yawColumn: Column<Float?>, val pitchColumn: Column<Float?>) : ExposedDelegate<LocationPos?>

Constructors

fun LocationPosMultiColumnExposedDelegateNullable(xColumn: Column<Double?>, yColumn: Column<Double?>, zColumn: Column<Double?>, yawColumn: Column<Float?>, pitchColumn: Column<Float?>)

Functions

Link copied to clipboard
open operator override fun <ID : Comparable<ID>> getValue(entity: Entity<ID>, desc: KProperty<*>): LocationPos?
Link copied to clipboard
open operator override fun <ID : Comparable<ID>> setValue(entity: Entity<ID>, desc: KProperty<*>, value: LocationPos?)

Properties

Link copied to clipboard
val pitchColumn: Column<Float?>
Link copied to clipboard
val xColumn: Column<Double?>
Link copied to clipboard
val yawColumn: Column<Float?>
Link copied to clipboard
val yColumn: Column<Double?>
Link copied to clipboard
val zColumn: Column<Double?>

Extensions

Link copied to clipboard