EnumConstantLink

public interface EnumConstantLink implements Link, WithName(source)

Inheritors

Functions

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