Name

jgetfields — Get all the fields of a Java object

Calling Sequence

      fields = jgetfields(object)
    

Parameters

object

A mlist typed _JObj or _JClass or a Scilab variable

fields

A column of strings

Description

Retrieve all the fields of a Java object.

Examples

      
               s = "Hello World !"
               jgetfields(jwrap(s))
      

See Also

jgetmethods

Author

Calixte Denizet