public abstract class Command extends Object
Modifier | Constructor and Description |
---|---|
protected |
Command() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getType()
The type of the component.
|
int |
hashCode() |
String |
toString() |
protected String type
public String getType()
Copyright © 2023. All rights reserved.