| Import Statement: | import QmlModule | 
| something : enumeration | 
| Constant | Description | 
|---|---|
| SomeType.Something | something | 
| SomeType.Else | entirely | 
| values : enumeration | 
You can even use these values in QML.
| Constant | Description | 
|---|---|
| Type.One | One value | 
| Type.Two | 2nd value | 
| Type.Three | 3rd value |