Modifier and Type | Method and Description |
---|---|
FieldDoc[] |
ClassDoc.enumConstants()
Return the enum constants if this is an enum type.
|
FieldDoc[] |
ClassDoc.fields()
Return
included
fields in this class or interface.
|
FieldDoc[] |
ClassDoc.fields(boolean filter)
Return fields in this class or interface, filtered to the specified
access
modifier option.
|
FieldDoc[] |
ClassDoc.serializableFields()
Return the Serializable fields of this class or interface.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2015, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.