|
| int | getValue () |
| | Obtiene el valor asociado a la ciudad.
|
| void | setValue (int value) |
| | Establece el valor asociado a la ciudad.
|
| int | getIdCity () |
| | Obtiene el identificador de la ciudad.
|
| void | setIdCity (int idCity) |
| | Establece el identificador de la ciudad.
|
|
| int | value |
| | Valor asociado a la ciudad.
|
| int | idCity |
| | Identificador único de la ciudad.
|
◆ getIdCity()
| int config.tspDynamic.TSPState.getIdCity |
( |
| ) |
|
Obtiene el identificador de la ciudad.
- Devuelve
- El ID de la ciudad
◆ getValue()
| int config.tspDynamic.TSPState.getValue |
( |
| ) |
|
Obtiene el valor asociado a la ciudad.
- Devuelve
- El valor de la ciudad
◆ setIdCity()
| void config.tspDynamic.TSPState.setIdCity |
( |
int | idCity | ) |
|
Establece el identificador de la ciudad.
- Parámetros
-
| idCity | El nuevo ID para la ciudad |
◆ setValue()
| void config.tspDynamic.TSPState.setValue |
( |
int | value | ) |
|
Establece el valor asociado a la ciudad.
- Parámetros
-
| value | El nuevo valor para la ciudad |
◆ idCity
| int config.tspDynamic.TSPState.idCity |
|
private |
Identificador único de la ciudad.
Identificador único de la ciudad
◆ value
| int config.tspDynamic.TSPState.value |
|
private |
Valor asociado a la ciudad.
La documentación de esta clase está generada del siguiente archivo: