public class ControlAction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
action
The action
|
java.lang.String |
control
The control
|
java.lang.String |
node
The node
|
Constructor and Description |
---|
ControlAction() |
ControlAction(java.lang.String control,
java.lang.String action,
java.lang.String node)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ControlAction s)
Tests whether or not this object is equal to another
object of type
ControlAction |
public java.lang.String control
public java.lang.String action
public java.lang.String node
public ControlAction()
public ControlAction(java.lang.String control, java.lang.String action, java.lang.String node)
control
- - the controlaction
- - the actionnode
- - the nodepublic boolean equals(ControlAction s)
ControlAction
s
- - another ControlAction
object