Fixup compilation after YT move
[mdsal.git] / binding / mdsal-binding-generator-api / src / main / java / org / opendaylight / yangtools / sal / binding / model / api / Enumeration.java
index d06e51e7b8491622dbd0d860402a5988e089a1b8..3cef2a2f4b8890b83ff7ade3f0c76871dd1bc434 100644 (file)
@@ -50,7 +50,7 @@ public interface Enumeration extends GeneratedType {
      * Interface is used for reading enumeration item. It means item's name and
      * its value.
      */
-    interface Pair extends DocumentedNode {
+    interface Pair extends DocumentedNode.WithStatus {
 
         /**
          * Returns the name of the enumeration item as it is specified in the input yang.