Identifiable

public interface Identifiable implements Stringifiable(source)

A type that can be identified by an identifier.

Author

Dustin Glaser

Inheritors

Functions

Link copied to clipboard
public abstract String identifier()
Returns the identifier of this identifiable object.
Link copied to clipboard
public String string()
Returns a human-readable string representation of this object.