Added support for implements and extends of GeneratedType;
[controller.git] / opendaylight / sal / yang-prototype / code-generator / binding-model-api / src / main / java / org / opendaylight / controller / sal / binding / model / api / GeneratedType.java
index 2f70ac5bf5183ef5d9a3347005b571fd98ad7dc4..f15d33bd685bc0281f006a017c62f742b411d71a 100644 (file)
@@ -36,6 +36,8 @@ public interface GeneratedType extends Type {
     
     public List<AnnotationType> getAnnotations();
     
+    public List<GeneratedType> getImplements();
+    
     /**
      * Returns Set of all Enumerator definitions associated with interface.
      *