How to Use "enumeration" with Example Sentences

1. Use depthimageformat enumeration to choose the data format .
2. A further deficiency in the system is that it gives only a historical description of thought , and a mere enumeration of the factors of consciousness .
3. You 'll often want to give your enumeration values human readable names , as we did here .
4. The output above also demonstrated that every value in an enumeration is automatically assigned a numeric identifier , unless you call one of the value methods where you specify your own id value explicitly .
5. In fact , scala 's enumeration class supports the usual methods for working with collections , so we can easily iterate through the breeds with a for loop and filter them by name .