Search
Preparing search index...
The search index is not available
JSDK 2.7.0 API
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
JS
sugar
Field
Class Field
The reflected class of a field.
final
Hierarchy
Field
Index
Constructors
constructor
Properties
annotations
is
Static
name
owner
Class
type
Methods
get
set
Constructors
constructor
new
Field
(
clazz
:
Class
<
any
>
, name
:
string
, isStatic
:
boolean
, type
:
Type
)
:
Field
Parameters
clazz:
Class
<
any
>
name:
string
isStatic:
boolean
type:
Type
Returns
Field
Properties
Readonly
annotations
annotations
:
string
[]
= []
Readonly
is
Static
is
Static
:
boolean
= false
Readonly
name
name
:
string
Readonly
owner
Class
owner
Class
:
Class
<
any
>
Readonly
type
type
:
Type
Methods
get
get
(
obj
?:
object
)
:
any
Parameters
Optional
obj:
object
Returns
any
set
set
(
value
:
any
, obj
?:
object
)
:
void
Parameters
value:
any
Optional
obj:
object
Returns
void
Globals
JS
an
app
core
d2
ds
fx
input
ioc
lang
math
media
model
net
store
sugar
ui
unit
util
view
Annotation
Target
Annotation
Annotations
Class
Field
constructor
annotations
is
Static
name
owner
Class
type
get
set
Method
Aop
Advisor
Annotation
Definition
J
R
T
Y
_aop
_wrong
Target
after
around
before
deprecated
klass
throws
The reflected class of a field.