NodeWithName

interface NodeWithName<N : Node?>(source)

A node with a (qualified) name.

The main reason for this interface is to permit users to manipulate homogeneously all nodes with a getName method.

Since

2.0.1

Inheritors

Functions

Link copied to clipboard
abstract fun getName(): Name
Link copied to clipboard
Link copied to clipboard
abstract fun setName(name: Name): N
open fun setName(name: String): N