Package | Description |
---|---|
agi.foundation.routedesign.advanced |
Contains types used to define immutable geometry and configuration for routes.
|
Modifier and Type | Method and Description |
---|---|
SurfaceConnectionStatus |
SurfaceConfigurationResult.getConnectionStatus()
Gets the status of the given configuration.
|
static SurfaceConnectionStatus |
SurfaceConnectionStatus.getDefault()
Get the enum constant that is considered to be the default.
|
static SurfaceConnectionStatus |
SurfaceConnectionStatus.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static SurfaceConnectionStatus |
SurfaceConnectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurfaceConnectionStatus[] |
SurfaceConnectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SurfaceConfigurationResult(SurfaceConnectionStatus connectionStatus)
Create a new instance based on the given status.
|
SurfaceConfigurationResult(SurfaceConnectionStatus connectionStatus,
Object data)
Create a new instance based on the given status and data.
|