ConstructorValues

data class ConstructorValues(values: SourceSetDependent<List<String>>) : ExtraProperty<DEnumEntry>

Types

Companion
Link copied to clipboard
object Companion : ExtraProperty.Key<DEnumEntry, ConstructorValues>

Functions

component1
Link copied to clipboard
operator fun component1(): SourceSetDependent<List<String>>
copy
Link copied to clipboard
fun copy(values: SourceSetDependent<List<String>>): ConstructorValues
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

key
Link copied to clipboard
open override val key: ExtraProperty.Key<DEnumEntry, ConstructorValues>
values
Link copied to clipboard
val values: SourceSetDependent<List<String>>