BUG-6316: Fix Bit and EnumPair's position/value types
[mdsal.git] / binding / mdsal-binding-generator-api / src / main / java / org / opendaylight / yangtools / sal / binding / model / api / Enumeration.java
index 9ca7f436512aad34aa151b49186b342e1212969b..55f5c502af30311955c16436fc612bcc8f23e8a3 100644 (file)
@@ -68,6 +68,6 @@ public interface Enumeration extends GeneratedType {
          *
          * @return the value of the enumeration item.
          */
-        Integer getValue();
+        int getValue();
     }
 }