System.Reflection.FieldInfo
Field
java.lang.reflect.Field
System.String
Name
${this}.getName()
System.Type
FieldType
${this}.getType()
System.Object[]
GetCustomAttributes
attributeType
System.Type
inherits
System.Boolean
FieldSupport.getAnnotations(${this}, ${attributeType}, ${inherits})
RusticiSoftware.JavaSupport.reflect.FieldSupport
System.Object
GetValue
obj
System.Object
${this}.get(${obj})
System.Void
SetValue
obj
System.Object
value
System.Object
${this}.set(${obj}, ${value})