public static interface ModifierReviewable.ForFieldDescription extends ModifierReviewable.OfEnumeration
FieldDescription
.ModifierReviewable.AbstractBase, ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForParameterDescription, ModifierReviewable.ForTypeDefinition, ModifierReviewable.OfAbstraction, ModifierReviewable.OfByteCodeElement, ModifierReviewable.OfEnumeration
EMPTY_MASK
Modifier and Type | Method and Description |
---|---|
FieldManifestation |
getFieldManifestation()
Returns this field's manifestation.
|
FieldPersistence |
getFieldPersistence()
Returns this field's persistence.
|
boolean |
isTransient()
Specifies if the modifier described by this object represents the transient flag.
|
boolean |
isVolatile()
Specifies if the modifier described by this object represents the volatile flag.
|
getEnumerationState, isEnum
getOwnership, getVisibility, isDeprecated, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic
getModifiers, getSyntheticState, isFinal, isSynthetic
boolean isVolatile()
true
if the modifier described by this object represents the volatile flag.boolean isTransient()
true
if the modifier described by this object represents the transient flag.FieldManifestation getFieldManifestation()
FieldPersistence getFieldPersistence()
Copyright © 2014–2020. All rights reserved.