All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
ai.tock.translator.I18nLabel_.kt Maven / Gradle / Ivy
package ai.tock.translator
import java.util.LinkedHashSet
import java.util.Locale
import kotlin.Int
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Collection
import kotlin.collections.Map
import kotlin.collections.Set
import kotlin.reflect.KProperty1
import org.litote.kmongo.Id
import org.litote.kmongo.property.KCollectionPropertyPath
import org.litote.kmongo.property.KCollectionSimplePropertyPath
import org.litote.kmongo.property.KMapPropertyPath
import org.litote.kmongo.property.KPropertyPath
private val ___id: KProperty1?>
get() = I18nLabel::_id
private val __Namespace: KProperty1
get() = I18nLabel::namespace
private val __Category: KProperty1
get() = I18nLabel::category
private val __I18n: KProperty1?>
get() = I18nLabel::i18n
private val __DefaultLabel: KProperty1
get() = I18nLabel::defaultLabel
private val __DefaultLocale: KProperty1
get() = I18nLabel::defaultLocale
private val __DefaultI18n: KProperty1?>
get() = I18nLabel::defaultI18n
private val __Version: KProperty1
get() = I18nLabel::version
class I18nLabel_(previous: KPropertyPath?, property: KProperty1<*, I18nLabel?>) :
KPropertyPath(previous,property) {
val _id: KPropertyPath?>
get() = KPropertyPath(this,___id)
val namespace: KPropertyPath
get() = KPropertyPath(this,__Namespace)
val category: KPropertyPath
get() = KPropertyPath(this,__Category)
val i18n: KCollectionSimplePropertyPath
get() = KCollectionSimplePropertyPath(this,I18nLabel::i18n)
val defaultLabel: KPropertyPath
get() = KPropertyPath(this,__DefaultLabel)
val defaultLocale: KPropertyPath
get() = KPropertyPath(this,__DefaultLocale)
val defaultI18n: KCollectionSimplePropertyPath
get() = KCollectionSimplePropertyPath(this,I18nLabel::defaultI18n)
val version: KPropertyPath
get() = KPropertyPath(this,__Version)
companion object {
val _id: KProperty1?>
get() = ___id
val Namespace: KProperty1
get() = __Namespace
val Category: KProperty1
get() = __Category
val I18n: KCollectionSimplePropertyPath
get() = KCollectionSimplePropertyPath(null, __I18n)
val DefaultLabel: KProperty1
get() = __DefaultLabel
val DefaultLocale: KProperty1
get() = __DefaultLocale
val DefaultI18n: KCollectionSimplePropertyPath
get() = KCollectionSimplePropertyPath(null, __DefaultI18n)
val Version: KProperty1
get() = __Version}
}
class I18nLabel_Col(previous: KPropertyPath?, property: KProperty1<*,
Collection?>) : KCollectionPropertyPath>(previous,property) {
val _id: KPropertyPath?>
get() = KPropertyPath(this,___id)
val namespace: KPropertyPath
get() = KPropertyPath(this,__Namespace)
val category: KPropertyPath
get() = KPropertyPath(this,__Category)
val i18n: KCollectionSimplePropertyPath
get() = KCollectionSimplePropertyPath(this,I18nLabel::i18n)
val defaultLabel: KPropertyPath
get() = KPropertyPath(this,__DefaultLabel)
val defaultLocale: KPropertyPath
get() = KPropertyPath(this,__DefaultLocale)
val defaultI18n: KCollectionSimplePropertyPath
get() = KCollectionSimplePropertyPath(this,I18nLabel::defaultI18n)
val version: KPropertyPath
get() = KPropertyPath(this,__Version)
@Suppress("UNCHECKED_CAST")
override fun memberWithAdditionalPath(additionalPath: String): I18nLabel_ = I18nLabel_(this,
customProperty(this, additionalPath))}
class I18nLabel_Map(previous: KPropertyPath?, property: KProperty1<*, Map?>) : KMapPropertyPath>(previous,property) {
val _id: KPropertyPath?>
get() = KPropertyPath(this,___id)
val namespace: KPropertyPath
get() = KPropertyPath(this,__Namespace)
val category: KPropertyPath
get() = KPropertyPath(this,__Category)
val i18n: KCollectionSimplePropertyPath
get() = KCollectionSimplePropertyPath(this,I18nLabel::i18n)
val defaultLabel: KPropertyPath
get() = KPropertyPath(this,__DefaultLabel)
val defaultLocale: KPropertyPath
get() = KPropertyPath(this,__DefaultLocale)
val defaultI18n: KCollectionSimplePropertyPath
get() = KCollectionSimplePropertyPath(this,I18nLabel::defaultI18n)
val version: KPropertyPath
get() = KPropertyPath(this,__Version)
@Suppress("UNCHECKED_CAST")
override fun memberWithAdditionalPath(additionalPath: String): I18nLabel_ = I18nLabel_(this,
customProperty(this, additionalPath))}