toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.reflections
/
BasicEnumConstantLink
Basic
Enum
Constant
Link
public
class
BasicEnumConstantLink
extends
BasicLink
implements
EnumConstantLink
(
source
)
Members
Functions
constant
Link copied to clipboard
public
Enum
<
? extends
Object
>
constant
(
)
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
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
String
name
(
)
Returns the name of this link.
of
Link copied to clipboard
public
static
BasicEnumConstantLink
of
(
Enum
<
? extends
Object
>
linkToEnum
)
reflection
Link copied to clipboard
public
Enum
<
? extends
Object
>
reflection
(
)
string
Link copied to clipboard
public
String
string
(
)
Returns a human-readable string representation of this object.