toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.reflections
/
WithName
With
Name
public
interface
WithName
implements
Identifiable
,
Link
(
source
)
An interface for links to types with a name.
Author
Dustin Glaser
Inheritors
MethodLink
FieldLink
TypeLink
EnumConstantLink
PackageLink
Members
Functions
identifier
Link copied to clipboard
public
String
identifier
(
)
Returns the identifier of this identifiable object.
kind
Link copied to clipboard
public
abstract
Link.Kind
kind
(
)
name
Link copied to clipboard
public
abstract
String
name
(
)
Returns the name of this link.
reflection
Link copied to clipboard
public
abstract
Object
reflection
(
)
string
Link copied to clipboard
public
String
string
(
)
Returns a human-readable string representation of this object.