| Package | Description |
|---|---|
| de.aipark.api.parkingarea |
| Modifier and Type | Method and Description |
|---|---|
static ParkingOrientation |
ParkingOrientation.getDefaultValue() |
ParkingOrientation |
ParkingArea.getParkingOrientation() |
static ParkingOrientation |
ParkingOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParkingOrientation[] |
ParkingOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParkingArea.setParkingOrientation(ParkingOrientation parkingOrientation) |
| Constructor and Description |
|---|
ParkingArea(String name,
org.locationtech.jts.geom.Geometry shape,
org.locationtech.jts.geom.Point center,
Integer capacity,
String parkingAreaType,
ParkingOrientation parkingOrientation,
Long id,
Integer capacityWoman,
Integer capacityDisabled,
MapEntry<Schedule,OpeningStatus> scheduleOpen,
MapEntry<Schedule,Integer> scheduleMaxStay,
MapEntry<Schedule,PriceModel> schedulePriceModel,
MapEntry<Schedule,Integer> scheduleResidential,
List<EntrancePoint> entrancePoints,
MapEntry<ChargingPlugType,Integer> chargingPlugTypes) |
Copyright © 2019. All rights reserved.