Class PeripheralCommAdapterDescription

java.lang.Object
org.opentcs.drivers.peripherals.PeripheralCommAdapterDescription
All Implemented Interfaces:
Serializable

public abstract class PeripheralCommAdapterDescription extends Object implements Serializable
Provides the description for a peripheral communication adapter.
See Also:
  • Constructor Details

    • PeripheralCommAdapterDescription

      public PeripheralCommAdapterDescription()
  • Method Details

    • getDescription

      @Nonnull public abstract String getDescription()
      Returns the description for a peripheral communication adapter.
      Returns:
      The description for a peripheral communication adapter.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object