BasicEnumConstantLink

public class BasicEnumConstantLink extends BasicLink implements EnumConstantLink(source)

Functions

Link copied to clipboard
public Enum<? extends Object> constant()
Link copied to clipboard
public boolean equals(Object o)
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 String name()
Returns the name of this link.
Link copied to clipboard
public static BasicEnumConstantLink of(Enum<? extends Object> linkToEnum)
Link copied to clipboard
public Enum<? extends Object> reflection()
Link copied to clipboard
public String string()
Returns a human-readable string representation of this object.