Interface HopsAccessor.HopsMutator<LOCATOR>

Type Parameters:
LOCATOR - The type of the hops to be accessed.
All Known Subinterfaces:
HopsAccessor.HopsProperty<LOCATOR>
Enclosing interface:
HopsAccessor<LOCATOR>

public static interface HopsAccessor.HopsMutator<LOCATOR>
Provides a mutator for a hops property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setHops(LOCATOR[] aHops)
    Sets the hops for the hops property.
  • Method Details

    • setHops

      void setHops(LOCATOR[] aHops)
      Sets the hops for the hops property.
      Parameters:
      aHops - The hops to be stored by the hops property.