public static interface ModifierReviewable.OfEnumeration extends ModifierReviewable.OfByteCodeElement
FieldDescription
 that holds an enumeration value or a TypeDescription that represents an enumeration.ModifierReviewable.AbstractBase, ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForParameterDescription, ModifierReviewable.ForTypeDefinition, ModifierReviewable.OfAbstraction, ModifierReviewable.OfByteCodeElement, ModifierReviewable.OfEnumerationEMPTY_MASK| Modifier and Type | Method and Description | 
|---|---|
| EnumerationState | getEnumerationState()Returns this byte code element's enumeration state. | 
| boolean | isEnum()Specifies if the modifier described by this object represents the enum flag. | 
getOwnership, getVisibility, isDeprecated, isPackagePrivate, isPrivate, isProtected, isPublic, isStaticgetModifiers, getSyntheticState, isFinal, isSyntheticboolean isEnum()
true if the modifier described by this object represents the enum flag.EnumerationState getEnumerationState()
Copyright © 2014–2023. All rights reserved.