toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.reflections
/
BasicFieldLink
Basic
Field
Link
public
class
BasicFieldLink
extends
BasicLink
implements
FieldLink
(
source
)
Members
Functions
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
get
Link copied to clipboard
public
T
get
<
T
>
(
)
Returns the object assigned to the type of this field.
public
T
get
<
T
>
(
Object
instance
)
Returns the object assigned to the given instance.
identifier
Link copied to clipboard
public
String
identifier
(
)
Returns the identifier of this identifiable object.
kind
Link copied to clipboard
public
Link.Kind
kind
(
)
link
Link copied to clipboard
@
Deprecated
(
)
public
Field
link
(
)
modifiers
Link copied to clipboard
public
int
modifiers
(
)
Return the bit representation of the modifiers of this link.
name
Link copied to clipboard
public
String
name
(
)
Returns the name of this link.
of
Link copied to clipboard
public
static
BasicFieldLink
of
(
Field
field
)
reflection
Link copied to clipboard
public
Field
reflection
(
)
set
Link copied to clipboard
public
void
set
(
Object
object
)
Sets the object assigned to the type of this field.
public
void
set
(
Object
instance
,
Object
object
)
Sets the object assigned to the given instance.
static
Type
Link copied to clipboard
public
TypeLink
staticType
(
)
string
Link copied to clipboard
public
String
string
(
)
Returns a human-readable string representation of this object.
to
String
Link copied to clipboard
public
String
toString
(
)
type
Link copied to clipboard
public
TypeLink
type
(
)
Returns the type of this link.