Named interface

This interface defines a base for objects that have names and unique identifiers.

Syntax

public interface Named

Derived classes

Remarks

The name attribute of such an object may or may not be unique, but usually makes sense to humans.

The id attribute is unique, but may not be pretty.