gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.model
/
ModelElement
Model
Element
@
Incubating
interface
ModelElement
:
Named
Represents an element in a model. Elements are arranged in a hierarchy.
Inheritors
VariantComponent
ComponentSpec
ModelMap
ModelSet
Members
Functions
get
Display
Name
Link copied to clipboard
abstract
fun
getDisplayName
(
)
:
String
Returns a human-consumable display name for this element.
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String
Returns the name of this element.