Get all the fields of a Java object
fields = jgetfields(object)
A mlist typed _JObj or _JClass or a Scilab variable
A column of strings
Retrieve all the fields of a Java object.
s = "Hello World !" jgetfields(jwrap(s))