| Package | Description |
|---|---|
| org.opennms.integration.api.xml.schema.eventconf |
| Modifier and Type | Method and Description |
|---|---|
StateType |
Correlation.getState() |
StateType |
Operaction.getState() |
StateType |
Forward.getState() |
StateType |
Autoaction.getState() |
StateType |
Autoacknowledge.getState() |
StateType |
Tticket.getState() |
static StateType |
StateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateType[] |
StateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Correlation.setState(StateType state) |
void |
Operaction.setState(StateType state) |
void |
Forward.setState(StateType state) |
void |
Autoaction.setState(StateType state) |
void |
Autoacknowledge.setState(StateType state) |
void |
Tticket.setState(StateType state) |
Copyright © 2019. All rights reserved.