Package | Description |
---|---|
server.restful.common | |
ui.entities.config |
Modifier and Type | Method and Description |
---|---|
static Connectors |
Connectors.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connectors[] |
Connectors.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static Connectors |
EmulationSection.DEFAULT_CONNECTORS
Connection types of the built-in Android App Server providing REST-based
web-services to play SIDs on the mobile.
|
Modifier and Type | Method and Description |
---|---|
Connectors |
EmulationSection.getAppServerConnectors()
Gets the value of the property appServerConnectors.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<Connectors> |
EmulationSection.appServerConnectorsProperty() |
Modifier and Type | Method and Description |
---|---|
void |
EmulationSection.setAppServerConnectors(Connectors appServerConnectors)
Sets the value of the property appServerConnectors.
|
Copyright © 2018 Ken Händel. All rights reserved.