FieldModel (Java SE 22 [ad-hoc build]) (original) (raw)
Interface FieldModel
Method Summary
Modifier and Type
Method
Description[fieldName](#fieldName%28%29)()
Returns the name of this field.[fieldType](#fieldType%28%29)()
Returns the field descriptor of this field.
Returns the field descriptor of this field, as a symbolic descriptor.[flags](#flags%28%29)()
Returns the access flags.[parent](#parent%28%29)()
Returns the class model this field is a member of, if known.
Method Details
flags
parent
fieldName
fieldType
fieldTypeSymbol
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2023, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.
DRAFT 22-internal-2023-11-06-0746133.asotona...