All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.testbase.kotlin.enums.Engagements.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.testbase.kotlin.enums

import com.pulumi.kotlin.ConvertibleToJava
import kotlin.Suppress

public enum class Engagements(
    public val javaValue: com.pulumi.azurenative.testbase.enums.Engagements,
) : ConvertibleToJava {
    MVI(com.pulumi.azurenative.testbase.enums.Engagements.MVI),
    MVP(com.pulumi.azurenative.testbase.enums.Engagements.MVP),
    SUVP(com.pulumi.azurenative.testbase.enums.Engagements.SUVP),
    MAPP(com.pulumi.azurenative.testbase.enums.Engagements.MAPP),
    Other(com.pulumi.azurenative.testbase.enums.Engagements.Other),
    ;

    override fun toJava(): com.pulumi.azurenative.testbase.enums.Engagements = javaValue

    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.testbase.enums.Engagements): Engagements =
            Engagements.values().first { it.javaValue == javaType }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy