Package 

Class EnumOptionsKt.Dsl

    • Method Detail

      • clearAllowAlias

         final Unit clearAllowAlias()
        <pre> Set this option to true to allow mapping different tag names to the same value. </pre>

        <code>optional bool allow_alias = 2;</code>

      • hasAllowAlias

         final Boolean hasAllowAlias()
        <pre> Set this option to true to allow mapping different tag names to the same value. </pre>

        <code>optional bool allow_alias = 2;</code>

      • clearDeprecated

         final Unit clearDeprecated()
        <pre> Is this enum deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum, or it will be completely ignored; in the very least, this is a formalization for deprecating enums. </pre>

        <code>optional bool deprecated = 3 default = false;</code>

      • hasDeprecated

         final Boolean hasDeprecated()
        <pre> Is this enum deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum, or it will be completely ignored; in the very least, this is a formalization for deprecating enums. </pre>

        <code>optional bool deprecated = 3 default = false;</code>