PROPERTY

class PROPERTY<P : Property<*>>(val property: P)

Constructors

Link copied to clipboard
constructor(property: P)

Properties

Link copied to clipboard
val property: P

Functions

Link copied to clipboard
fun altid(id: String, init: AltId.() -> Unit = {}): AltId
Link copied to clipboard
fun language(languageTag: String, init: Language.() -> Unit = {}): Language
Link copied to clipboard
fun pid(vararg ids: Pair<Int, Int?>, init: PId.() -> Unit = {}): PId
fun pid(id: Int, init: PId.() -> Unit = {}): PId
fun pid(firstId: Int, secondId: Int?, init: PId.() -> Unit = {}): PId
Link copied to clipboard
fun pref(value: Int, init: Pref.() -> Unit = {}): Pref
Link copied to clipboard
fun type(vararg values: String): Type
fun type(value: String): Type
Link copied to clipboard
fun value(valueType: Value.Type, init: Value.() -> Unit = {}): Value
fun value(valueType: String, init: Value.() -> Unit = {}): Value