Bug 809: Enhancements to the toaster example
[controller.git] / opendaylight / md-sal / samples / toaster-consumer / src / main / java / org / opendaylight / controller / sample / kitchen / api / EggsType.java
1 package org.opendaylight.controller.sample.kitchen.api;
2
3 public enum EggsType {
4     SCRAMBLED,
5     OVER_EASY,
6     POACHED
7 }