d9c7f4578e9a9349b2056ab13d184cbd7983bfcf
[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 }