Interface ModifierReviewable.ForFieldDescription

    • Method Detail

      • isVolatile

        boolean isVolatile()
        Specifies if the modifier described by this object represents the volatile flag.
        Returns:
        true if the modifier described by this object represents the volatile flag.
      • isTransient

        boolean isTransient()
        Specifies if the modifier described by this object represents the transient flag.
        Returns:
        true if the modifier described by this object represents the transient flag.
      • getFieldManifestation

        FieldManifestation getFieldManifestation()
        Returns this field's manifestation.
        Returns:
        This field's manifestation.
      • getFieldPersistence

        FieldPersistence getFieldPersistence()
        Returns this field's persistence.
        Returns:
        This field's persistence.