Interface PortAccessor.PortMutator

All Known Subinterfaces:
PortAccessor.PortProperty
Enclosing interface:
PortAccessor

public static interface PortAccessor.PortMutator
Provides a mutator for a port property.
  • Method Summary

    Modifier and Type Method Description
    void setPort​(int aPort)
    Sets the port for the port property.
  • Method Details

    • setPort

      void setPort​(int aPort)
      Sets the port for the port property.
      Parameters:
      aPort - The port to be stored by the port property.