Primitive

fun Primitive(id: Any, value: Int): IntPrimitive
fun Primitive(id: Any, value: Long): LongPrimitive
fun Primitive(id: Any, value: Double): DoublePrimitive
fun Primitive(id: Any, value: String): StringPrimitive
fun Primitive(id: Any, value: ByteArray): BytesPrimitive