Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
IoEvent.TYPE |
IoEvent.getType() |
static IoEvent.TYPE |
IoEvent.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IoEvent.TYPE[] |
IoEvent.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IoEvent |
IoEvent.setType(IoEvent.TYPE type) |
Constructor and Description |
---|
IoEvent(IoEvent.TYPE type,
java.lang.String error) |