Interface HopCountAccessor.HopCountMutator

All Known Subinterfaces:
HopCountAccessor.HopCountProperty
Enclosing interface:
HopCountAccessor

public static interface HopCountAccessor.HopCountMutator
Provides a mutator for a hop count property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setHopCount(int aHopCount)
    Sets the hop count for the hop count property.
  • Method Details

    • setHopCount

      void setHopCount(int aHopCount)
      Sets the hop count for the hop count property.
      Parameters:
      aHopCount - The hop count to be stored by the hop count property.