An enumeration is a set of named constants whose underlying type is any integral type. If no underlying type is explicitly declared, Integer is used.
Name | Value | Description |
---|---|---|
spstUnknown | 0 | |
spstNonSmoker | 1 | |
spstSmoker | 2 | |
spstExSmoker | 3 | |
spstPassiveSmoker | 4 |
spstPassiveSmoker
added in v7.9.1