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.OfEnumeration
EMPTY_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, isStatic
getModifiers, getSyntheticState, isFinal, isSynthetic
boolean isEnum()
true
if the modifier described by this object represents the enum flag.EnumerationState getEnumerationState()
Copyright © 2014–2022. All rights reserved.