java.lang.Object
org.opentcs.drivers.peripherals.PeripheralCommAdapterDescription
- Alle implementierten Schnittstellen:
Serializable
public abstract class PeripheralCommAdapterDescription
extends Object
implements Serializable
Provides the description for a peripheral communication adapter.
- Siehe auch:
-
-
Konstruktorübersicht
Konstruktoren
-
Methodenübersicht
boolean
Returns the description for a peripheral communication adapter.
int
-
Konstruktordetails
-
PeripheralCommAdapterDescription
public PeripheralCommAdapterDescription()
-
Methodendetails
-
getDescription
@Nonnull
public abstract String getDescription()
Returns the description for a peripheral communication adapter.
- Gibt zurück:
- The description for a peripheral communication adapter.
-
-
hashCode
public int hashCode()
- Setzt außer Kraft:
hashCode
in Klasse Object