|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a set of common methods for all terminal types. This interface provides access to the terminal name and type. All terminals on a mediation primitive must have a name, which is unique for that type of 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.
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of this terminal. |
TerminalType |
getType()
Returns the type of this terminal. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
Method Detail |
public java.lang.String getName()
public TerminalType getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |