Download this file

LifestyleHealthRelated.java    11 lines (7 with data), 146 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
package eu.alfred.personalization_manager.model;
public enum LifestyleHealthRelated {
SMOKING,
DRUGS_ABUSE,
ALCOHOL_ABUSE,
// fill more
}