JLink`
JLink`

Fields

Fields[javaclass]

returns a list of the Java declarations for all fields of the specified JavaClass.

Fields["classname"]

lists the fields for the named class.

Fields[javaobject]

lists the fields for the class of the specified JavaObject.

Details and Options

  • To use Fields, you first need to load J/Link using Needs["JLink`"].
  • The resulting lists are returned in TableForm.
  • To make them easier to read, the declarations have had the keywords "transient" and "volatile" removed. The "public" keyword is also removed, as the fields are always public.
Wolfram Research (2007), Fields, Wolfram Language function, https://reference.wolfram.com/language/JLink/ref/Fields.html.

Text

Wolfram Research (2007), Fields, Wolfram Language function, https://reference.wolfram.com/language/JLink/ref/Fields.html.

CMS

Wolfram Language. 2007. "Fields." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/JLink/ref/Fields.html.

APA

Wolfram Language. (2007). Fields. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/JLink/ref/Fields.html

BibTeX

@misc{reference.wolfram_2023_fields, author="Wolfram Research", title="{Fields}", year="2007", howpublished="\url{https://reference.wolfram.com/language/JLink/ref/Fields.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_fields, organization={Wolfram Research}, title={Fields}, year={2007}, url={https://reference.wolfram.com/language/JLink/ref/Fields.html}, note=[Accessed: 19-March-2024 ]}