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 Detail

      • setHops

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