api / org.gradle.plugins.ide.eclipse.model / WbProperty

WbProperty

open class WbProperty : WbModuleEntry

A wtp descriptor property entry.

Constructors

<init>

WbProperty(node: Node)
WbProperty(name: String, value: String)

Functions

appendNode

open fun appendNode(node: Node): Unit

equals

open fun equals(other: Any?): Boolean

getName

open fun getName(): String

getValue

open fun getValue(): String

hashCode

open fun hashCode(): Int

setName

open fun setName(name: String): Unit

setValue

open fun setValue(value: String): Unit

toString

open fun toString(): String