public final class SerialProtocolDocumentationReference
extends java.lang.Object
SerialInterface.| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
link
The path to the manual page describing the protocol.
|
java.lang.String |
name
The name of the reference, i.e.
|
| Constructor and Description |
|---|
SerialProtocolDocumentationReference(java.lang.String name,
java.lang.String link) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final java.lang.String name
Note that this is run through I18n,
so it is generally a good idea to use localizable values here.
public final java.lang.String link