Interface PortAccessor

All Known Subinterfaces:
PortAccessor.PortProperty

public interface PortAccessor
Provides an accessor for a port property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a builder method for a port property returning the builder for applying multiple build operations.
    static interface 
    Provides a mutator for a port property.
    static interface 
    Provides a port property.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Retrieves the port from the port property.
  • Method Details

    • getPort

      int getPort()
      Retrieves the port from the port property.
      Returns:
      The port stored by the port property.