public interface Terminal
Terminals may have a particular Type, which is identified by the TerminalType. If a terminal does not have a type, then getTerminalType() will return null so primitive implementations should expect to handle this.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Returns the display name of this terminal.
|
java.lang.String |
getName()
Returns the name of this terminal.
|
TerminalType |
getType()
Returns the type of this terminal.
|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.lang.String getName()
TerminalType getType()
java.lang.String getDisplayName()