Class PeripheralCommAdapterDescription

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

public abstract class PeripheralCommAdapterDescription
extends java.lang.Object
implements java.io.Serializable
Provides the description for a peripheral communication adapter.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    PeripheralCommAdapterDescription()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)  
    abstract java.lang.String getDescription()
    Returns the description for a peripheral communication adapter.
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getDescription

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

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object