@Deprecated public interface NamedSendable extends Sendable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Deprecated.
The name of the subtable.
|
default java.lang.String |
getSubsystem()
Deprecated.
Gets the subsystem name of this
Sendable object. |
default void |
initSendable(SendableBuilder builder)
Deprecated.
Initializes this
Sendable object. |
default void |
setName(java.lang.String name)
Deprecated.
Sets the name of this
Sendable object. |
default void |
setSubsystem(java.lang.String subsystem)
Deprecated.
Sets the subsystem name of this
Sendable object. |
java.lang.String getName()
default void setName(java.lang.String name)
SendableSendable object.default java.lang.String getSubsystem()
SendableSendable object.getSubsystem in interface Sendabledefault void setSubsystem(java.lang.String subsystem)
SendableSendable object.setSubsystem in interface Sendablesubsystem - subsystem namedefault void initSendable(SendableBuilder builder)
SendableSendable object.initSendable in interface Sendablebuilder - sendable builder