Code generator prototype - Binding specification v2
[mdsal.git] / binding2 / mdsal-binding2-generator-util / src / main / java / org / opendaylight / mdsal / binding / javav2 / generator / util / generated / type / builder / EnumerationBuilderImpl.java
index eb59b796277818a107534adc2f2439c91c33c8dd..a034125ff4484c94b1af4ae837fa4e9326856b1d 100644 (file)
@@ -332,5 +332,10 @@ public class EnumerationBuilderImpl extends AbstractBaseType implements EnumBuil
         public List<GeneratedProperty> getProperties() {
             return ImmutableList.of();
         }
+
+        @Override
+        public Type getParentTypeForBuilder() {
+            return null;
+        }
     }
 }