@Service
public interface Arena2Service
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(ACCIDENTE from,
ACCIDENTE to) |
Direction |
getDirection(ACCIDENTE accident) |
int |
getKilometer(ACCIDENTE accident) |
int |
getMeters(ACCIDENTE accident) |
String |
getRoadName(ACCIDENTE accident) |
String |
getRoadNomenclature(ACCIDENTE accident) |
RoadType |
getRoadType(ACCIDENTE accident) |
String getRoadNomenclature(ACCIDENTE accident) throws Arena2XMLElementNotFound
accident - Arena2XMLElementNotFoundString getRoadName(ACCIDENTE accident) throws Arena2XMLElementNotFound
accident - Arena2XMLElementNotFoundRoadType getRoadType(ACCIDENTE accident) throws Arena2XMLElementNotFound
accident - Arena2XMLElementNotFoundDirection getDirection(ACCIDENTE accident) throws Arena2XMLElementNotFound
accident - Arena2XMLElementNotFoundint getKilometer(ACCIDENTE accident)
accident - int getMeters(ACCIDENTE accident)
accident - Copyright © 2018. All rights reserved.