public class TriggerKeyStatus extends Object
| Constructor and Description |
|---|
TriggerKeyStatus() |
TriggerKeyStatus(KeyType keyType,
KeyFunction keyFunction) |
| Modifier and Type | Method and Description |
|---|---|
KeyFunction |
getKeyFunction() |
KeyType |
getKeyType() |
void |
setKeyFunction(KeyFunction keyFunction) |
void |
setKeyType(KeyType keyType) |
String |
toString() |
public TriggerKeyStatus()
public TriggerKeyStatus(KeyType keyType, KeyFunction keyFunction)
public KeyType getKeyType()
public void setKeyType(KeyType keyType)
public KeyFunction getKeyFunction()
public void setKeyFunction(KeyFunction keyFunction)