public static interface ModifierReviewable.ForFieldDescription extends ModifierReviewable.OfEnumeration
FieldDescription.ModifierReviewable.AbstractBase, ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForParameterDescription, ModifierReviewable.ForTypeDefinition, ModifierReviewable.OfAbstraction, ModifierReviewable.OfByteCodeElement, ModifierReviewable.OfEnumerationEMPTY_MASK| Modifier and Type | Method and Description | 
|---|---|
FieldManifestation | 
getFieldManifestation()
Returns this field's manifestation. 
 | 
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, isEnumgetOwnership, getVisibility, isDeprecated, isPackagePrivate, isPrivate, isProtected, isPublic, isStaticgetModifiers, getSyntheticState, isFinal, isSyntheticboolean 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()
Copyright © 2014–2017. All rights reserved.