Interface DebugAccessor.DebugMutator

All Known Subinterfaces:
DebugAccessor.DebugProperty
Enclosing interface:
DebugAccessor

public static interface DebugAccessor.DebugMutator
Provides a mutator for a debug property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setDebug(boolean isDebug)
    Sets the debug status for the debug property.
  • Method Details

    • setDebug

      void setDebug(boolean isDebug)
      Sets the debug status for the debug property.
      Parameters:
      isDebug - The debug status to be stored by the debug property.