toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.reflections
/
EnumConstantLink
Enum
Constant
Link
public
interface
EnumConstantLink
implements
Link
,
WithName
(
source
)
Inheritors
BasicEnumConstantLink
Members
Functions
constant
Link copied to clipboard
public
Enum
<
? extends
Object
>
constant
(
)
identifier
Link copied to clipboard
public
String
identifier
(
)
Returns the identifier of this identifiable object.
kind
Link copied to clipboard
public
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
Enum
<
? extends
Object
>
reflection
(
)
string
Link copied to clipboard
public
String
string
(
)
Returns a human-readable string representation of this object.