Groovy Documentation

org.gradle.tooling.model
[Java] Interface Element


public interface Element

Described model element

Since:
1.0-rc-1


Method Summary
java.lang.String getDescription()

Returns the description.

java.lang.String getName()

Returns the name.

 

Method Detail

getDescription

public java.lang.String getDescription()
Returns the description.
Returns:
The description. May be null.


getName

public java.lang.String getName()
Returns the name. Note that the name is not a unique identifier.
Returns:
The name.


 

Groovy Documentation