public class EnumTypeImpl extends ExtensibleTypeImpl<EnumType> implements EnumType
parent| Constructor and Description |
|---|
EnumTypeImpl(String name,
TypeProxy<Type> sink,
TypeProxy parent) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FieldModel> |
getFields()
Returns an unmodifiable collection of fields models that represent all
the declared fields of this enum.
|
allSubTypes, getFormalTypeParameters, getInterfaces, getParameterizedInterface, getParameterizedInterfaces, getParent, getSimpleName, getStaticFields, isInstanceOf, print, setFormalTypeParameters, setParent, subTypesgetDefiningURIs, getMethods, getReferences, wasDefinedIngetAnnotation, getAnnotations, getName, isApplicationClass, setApplicationClass, shortDesc, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitallSubTypes, getFormalTypeParameters, getInterfaces, getParameterizedInterface, getParameterizedInterfaces, getParent, getSimpleName, getStaticFields, isInstanceOf, subTypesgetDefiningURIs, getMethods, getReferences, wasDefinedIngetAnnotation, getAnnotations, getName, shortDescpublic Collection<FieldModel> getFields()
EnumTypeCopyright © 2009–2022 Oracle Corporation. All rights reserved.