Package | Description |
---|---|
org.myrobotlab.document.connector | |
org.myrobotlab.service.interfaces |
Modifier and Type | Method and Description |
---|---|
ConnectorState |
AbstractConnector.getConnectorState() |
ConnectorState |
AbstractConnector.getState() |
static ConnectorState |
ConnectorState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorState[] |
ConnectorState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnector.setState(ConnectorState state) |
Modifier and Type | Method and Description |
---|---|
ConnectorState |
DocumentConnector.getConnectorState() |