WithName

public interface WithName implements Identifiable, Link(source)

An interface for links to types with a name.

Author

Dustin Glaser

Inheritors

Functions

Link copied to clipboard
public String identifier()
Returns the identifier of this identifiable object.
Link copied to clipboard
public abstract Link.Kind kind()
Link copied to clipboard
public abstract String name()
Returns the name of this link.
Link copied to clipboard
public abstract Object reflection()
Link copied to clipboard
public String string()
Returns a human-readable string representation of this object.