Packagesv.reflection
Classpublic class FieldInfo
InheritanceFieldInfo Inheritance MemberInfo



Public Properties
 PropertyDefined by
 Inheritedattributes : Array
[abstract] An Array of Attribute objects
MemberInfo
 InheriteddeclaringType : Type
[abstract] The Type that declares this member.
MemberInfo
  fieldType : Type
[read-only] [abstract] The Type object of the Field value
FieldInfo
  isConstant : Boolean
[read-only] [abstract]
FieldInfo
  isStatic : Boolean
[read-only] [abstract]
FieldInfo
 InheritedmemberType : MemberTypes
[abstract]
MemberInfo
 Inheritedname : String
[abstract]
MemberInfo
 InheritedreflectedType : Type
[abstract] The Type used to obtain this member instance.
MemberInfo
 Inheriteduri : String
[abstract]
MemberInfo
Public Methods
 MethodDefined by
  
FieldInfo
  
toString():String
FieldInfo
Property detail
fieldTypeproperty
fieldType:Type  [read-only]

[abstract] The Type object of the Field value

Implementation
    public function get fieldType():Type
isConstantproperty 
isConstant:Boolean  [read-only]

[abstract]

Implementation
    public function get isConstant():Boolean
isStaticproperty 
isStatic:Boolean  [read-only]

[abstract]

Implementation
    public function get isStatic():Boolean
Constructor detail
FieldInfo()constructor
public function FieldInfo()

Method detail
toString()method
public final function toString():String

Returns
String