| Package | Description |
|---|---|
| de.aipark.api.occupancy |
| Modifier and Type | Field and Description |
|---|---|
OccupancyType |
Occupancy.type |
| Modifier and Type | Method and Description |
|---|---|
OccupancyType |
Occupancy.getType() |
static OccupancyType |
OccupancyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OccupancyType[] |
OccupancyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Occupancy.setType(OccupancyType type) |
| Constructor and Description |
|---|
Occupancy(long pId,
Timestamp timestamp,
float value,
OccupancyType type) |
Copyright © 2019. All rights reserved.