Interface VerboseAccessor.VerboseMutator

All Known Subinterfaces:
VerboseAccessor.VerboseProperty
Enclosing interface:
VerboseAccessor

public static interface VerboseAccessor.VerboseMutator
Provides a mutator for a verbose property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setVerbose(boolean isVerbose)
    Sets the verbose status for the verbose property.
  • Method Details

    • setVerbose

      void setVerbose(boolean isVerbose)
      Sets the verbose status for the verbose property.
      Parameters:
      isVerbose - The verbose status to be stored by the verbose property.