Download this file

MobilityLevel.java    11 lines (8 with data), 118 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
package eu.alfred.event_manager.model;
public enum MobilityLevel {
WHEELCHAIR,
ROLLATOR,
CANE,
HEALTHY,
FIT,
}